Color Hex Logo

#b06966 Color Hex

#B06966
(176,105,102)
0 Favorites   0 Comments

Color spaces of #b06966

RGB 176105102
HSL0.010.320.55
HSV42°69°
CMYK 0.000.400.42   0.31
XYZ25.354320.292615.1509
Yxy20.29260.41700.3338
Hunter Lab45.047321.633611.5919
CIE-Lab52.166428.044713.8894

#b06966 color RGB value is (176,105,102).

#b06966 hex color red value is 176, green value is 105 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b06966 hue: 0.01 , saturation: 0.32 and the lightness value of b06966 is 0.55.

The process color (four color CMYK) of #b06966 color hex is 0.00, 0.40, 0.42, 0.31. Web safe color of #b06966 is #996666. Color #b06966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101001 01100110
Octal 260 151 146
Decimal 176 105 102
Hex B0 69 66

RGB Percentages of Color #b06966

%45.95
%27.42
%26.63

CMYK Percentages of Color #b06966

%0
%40
%42
%31

Triadic Colors of #b06966

#b06966 #66b069 #6966b0

Analogous Colors of #b06966

#b06966 #b08e66 #b06688

Monochromatic Colors of #b06966

#b06966

Complementary Color

#b06966 #66adb0

#b06966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06966 Color CSS Codes

.mybgcolor {background-color:#b06966; } 
.myforecolor {color:#b06966; }
.mybordercolor {border:3px solid #b06966; }

#b06966 Text Font Color

<p style="color:#b06966">Text here</p>

This sample text font color is #b06966
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b06966 Background Color

<div style="background-color:#b06966">
Div content here</div>

This div background color is #b06966


#b06966 Border Color

<div style="border:3px solid #b06966">
Div here</div>

This div border color is #b06966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,105,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b06966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b06966;
  -webkit-box-shadow: 1px 1px 3px 2px #b06966;
  box-shadow:         1px 1px 3px 2px #b06966; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,105,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b06966">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b06966;
  -webkit-box-shadow: 1px 1px 3px 2px #b06966;
  box-shadow:         1px 1px 3px 2px #b06966;">
Div content here</div>

This div box has shadow with color #b06966


Comments

No comments written yet.

Please login to write comment.