Color Hex Logo

#b09876 Color Hex

#B09876
(176,152,118)
0 Favorites   0 Comments

Color spaces of #b09876

RGB 176152118
HSL0.100.270.58
HSV35°33°69°
CMYK 0.000.140.33   0.31
XYZ32.402732.994621.8003
Yxy32.99460.37160.3784
Hunter Lab57.44090.171117.7066
CIE-Lab64.15653.786221.1978

#b09876 color RGB value is (176,152,118).

#b09876 hex color red value is 176, green value is 152 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b09876 hue: 0.10 , saturation: 0.27 and the lightness value of b09876 is 0.58.

The process color (four color CMYK) of #b09876 color hex is 0.00, 0.14, 0.33, 0.31. Web safe color of #b09876 is #999966. Color #b09876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 01110110
Octal 260 230 166
Decimal 176 152 118
Hex B0 98 76

RGB Percentages of Color #b09876

%39.46
%34.08
%26.46

CMYK Percentages of Color #b09876

%0
%14
%33
%31

Triadic Colors of #b09876

#b09876 #76b098 #9876b0

Analogous Colors of #b09876

#b09876 #abb076 #b07b76

Monochromatic Colors of #b09876

#b09876

Complementary Color

#b09876 #768eb0

#b09876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09876 Color CSS Codes

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

#b09876 Text Font Color

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

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


#b09876 Background Color

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

This div background color is #b09876


#b09876 Border Color

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

This div border color is #b09876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09876


Comments

No comments written yet.

Please login to write comment.