Color Hex Logo

#b09854 Color Hex

#B09854
(176,152,84)
0 Favorites   0 Comments

Color spaces of #b09854

RGB 17615284
HSL0.120.370.51
HSV44°52°69°
CMYK 0.000.140.52   0.31
XYZ30.733032.326713.0074
Yxy32.32670.40400.4250
Hunter Lab56.8566-3.013426.2355
CIE-Lab63.61200.027738.7612

#b09854 color RGB value is (176,152,84).

#b09854 hex color red value is 176, green value is 152 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b09854 hue: 0.12 , saturation: 0.37 and the lightness value of b09854 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 01010100
Octal 260 230 124
Decimal 176 152 84
Hex B0 98 54

RGB Percentages of Color #b09854

%42.72
%36.89
%20.39

CMYK Percentages of Color #b09854

%0
%14
%52
%31

Triadic Colors of #b09854

#b09854 #54b098 #9854b0

Analogous Colors of #b09854

#b09854 #9ab054 #b06a54

Monochromatic Colors of #b09854

#b09854

Complementary Color

#b09854 #546cb0

#b09854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09854 Color CSS Codes

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

#b09854 Text Font Color

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

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


#b09854 Background Color

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

This div background color is #b09854


#b09854 Border Color

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

This div border color is #b09854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09854


Comments

No comments written yet.

Please login to write comment.