Color Hex Logo

#b0866d Color Hex

#B0866D
(176,134,109)
0 Favorites   0 Comments

Color spaces of #b0866d

RGB 176134109
HSL0.060.300.56
HSV22°38°69°
CMYK 0.000.240.38   0.31
XYZ29.189927.384418.2152
Yxy27.38440.39030.3662
Hunter Lab52.33017.990215.9933
CIE-Lab59.328512.648619.6750

#b0866d color RGB value is (176,134,109).

#b0866d hex color red value is 176, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b0866d hue: 0.06 , saturation: 0.30 and the lightness value of b0866d is 0.56.

The process color (four color CMYK) of #b0866d color hex is 0.00, 0.24, 0.38, 0.31. Web safe color of #b0866d is #999966. Color #b0866d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 01101101
Octal 260 206 155
Decimal 176 134 109
Hex B0 86 6D

RGB Percentages of Color #b0866d

%42.00
%31.98
%26.01

CMYK Percentages of Color #b0866d

%0
%24
%38
%31

Triadic Colors of #b0866d

#b0866d #6db086 #866db0

Analogous Colors of #b0866d

#b0866d #b0a86d #b06d76

Monochromatic Colors of #b0866d

#b0866d

Complementary Color

#b0866d #6d97b0

#b0866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0866d Color CSS Codes

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

#b0866d Text Font Color

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

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


#b0866d Background Color

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

This div background color is #b0866d


#b0866d Border Color

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

This div border color is #b0866d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0866d


Comments

No comments written yet.

Please login to write comment.