Color Hex Logo

#b08772 Color Hex

#B08772
(176,135,114)
0 Favorites   0 Comments

Color spaces of #b08772

RGB 176135114
HSL0.060.280.57
HSV20°35°69°
CMYK 0.000.230.35   0.31
XYZ29.605727.773019.7199
Yxy27.77300.38400.3602
Hunter Lab52.70018.052014.7043
CIE-Lab59.683112.714117.3319

#b08772 color RGB value is (176,135,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 01110010
Octal 260 207 162
Decimal 176 135 114
Hex B0 87 72

RGB Percentages of Color #b08772

%41.41
%31.76
%26.82

CMYK Percentages of Color #b08772

%0
%23
%35
%31

Triadic Colors of #b08772

#b08772 #72b087 #8772b0

Analogous Colors of #b08772

#b08772 #b0a672 #b0727c

Monochromatic Colors of #b08772

#b08772

Complementary Color

#b08772 #729bb0

#b08772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08772 Color CSS Codes

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

#b08772 Text Font Color

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

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


#b08772 Background Color

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

This div background color is #b08772


#b08772 Border Color

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

This div border color is #b08772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08772


Comments

No comments written yet.

Please login to write comment.