Color Hex Logo

#b38966 Color Hex

#B38966
(179,137,102)
0 Favorites   0 Comments

Color spaces of #b38966

RGB 179137102
HSL0.080.340.55
HSV27°43°70°
CMYK 0.000.230.43   0.30
XYZ29.934328.434316.4810
Yxy28.43430.39990.3799
Hunter Lab53.32386.887519.0017
CIE-Lab60.279111.394624.9286

#b38966 color RGB value is (179,137,102).

#b38966 hex color red value is 179, green value is 137 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b38966 hue: 0.08 , saturation: 0.34 and the lightness value of b38966 is 0.55.

The process color (four color CMYK) of #b38966 color hex is 0.00, 0.23, 0.43, 0.30. Web safe color of #b38966 is #cc9966. Color #b38966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 01100110
Octal 263 211 146
Decimal 179 137 102
Hex B3 89 66

RGB Percentages of Color #b38966

%42.82
%32.78
%24.40

CMYK Percentages of Color #b38966

%0
%23
%43
%30

Triadic Colors of #b38966

#b38966 #66b389 #8966b3

Analogous Colors of #b38966

#b38966 #b3b066 #b3666a

Monochromatic Colors of #b38966

#b38966

Complementary Color

#b38966 #6690b3

#b38966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38966 Color CSS Codes

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

#b38966 Text Font Color

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

This sample text font color is #b38966
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.


#b38966 Background Color

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

This div background color is #b38966


#b38966 Border Color

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

This div border color is #b38966


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,137,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 #b38966">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38966


Comments

No comments written yet.

Please login to write comment.