Color Hex Logo

#b08672 Color Hex

#B08672
(176,134,114)
0 Favorites   0 Comments

Color spaces of #b08672

RGB 176134114
HSL0.050.280.57
HSV19°35°69°
CMYK 0.000.240.35   0.31
XYZ29.466927.495219.6736
Yxy27.49520.38450.3588
Hunter Lab52.43598.547214.4599
CIE-Lab59.429913.274916.9840

#b08672 color RGB value is (176,134,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 01110010
Octal 260 206 162
Decimal 176 134 114
Hex B0 86 72

RGB Percentages of Color #b08672

%41.51
%31.60
%26.89

CMYK Percentages of Color #b08672

%0
%24
%35
%31

Triadic Colors of #b08672

#b08672 #72b086 #8672b0

Analogous Colors of #b08672

#b08672 #b0a572 #b0727d

Monochromatic Colors of #b08672

#b08672

Complementary Color

#b08672 #729cb0

#b08672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08672 Color CSS Codes

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

#b08672 Text Font Color

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

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


#b08672 Background Color

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

This div background color is #b08672


#b08672 Border Color

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

This div border color is #b08672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08672


Comments

No comments written yet.

Please login to write comment.