Color Hex Logo

#b09372 Color Hex

#B09372
(176,147,114)
0 Favorites   0 Comments

Color spaces of #b09372

RGB 176147114
HSL0.090.280.57
HSV32°35°69°
CMYK 0.000.160.35   0.31
XYZ31.375531.312420.3098
Yxy31.31240.37800.3773
Hunter Lab55.95752.159817.6509
CIE-Lab62.77056.029921.5377

#b09372 color RGB value is (176,147,114).

#b09372 hex color red value is 176, green value is 147 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b09372 hue: 0.09 , saturation: 0.28 and the lightness value of b09372 is 0.57.

The process color (four color CMYK) of #b09372 color hex is 0.00, 0.16, 0.35, 0.31. Web safe color of #b09372 is #999966. Color #b09372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 01110010
Octal 260 223 162
Decimal 176 147 114
Hex B0 93 72

RGB Percentages of Color #b09372

%40.27
%33.64
%26.09

CMYK Percentages of Color #b09372

%0
%16
%35
%31

Triadic Colors of #b09372

#b09372 #72b093 #9372b0

Analogous Colors of #b09372

#b09372 #aeb072 #b07472

Monochromatic Colors of #b09372

#b09372

Complementary Color

#b09372 #728fb0

#b09372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09372 Color CSS Codes

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

#b09372 Text Font Color

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

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


#b09372 Background Color

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

This div background color is #b09372


#b09372 Border Color

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

This div border color is #b09372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09372


Comments

No comments written yet.

Please login to write comment.