Color Hex Logo

#b08671 Color Hex

#B08671
(176,134,113)
0 Favorites   0 Comments

Color spaces of #b08671

RGB 176134113
HSL0.060.290.57
HSV20°36°69°
CMYK 0.000.240.36   0.31
XYZ29.410227.472619.3754
Yxy27.47260.38570.3603
Hunter Lab52.41438.433114.7730
CIE-Lab59.409213.146917.5226

#b08671 color RGB value is (176,134,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000110 01110001
Octal 260 206 161
Decimal 176 134 113
Hex B0 86 71

RGB Percentages of Color #b08671

%41.61
%31.68
%26.71

CMYK Percentages of Color #b08671

%0
%24
%36
%31

Triadic Colors of #b08671

#b08671 #71b086 #8671b0

Analogous Colors of #b08671

#b08671 #b0a671 #b0717c

Monochromatic Colors of #b08671

#b08671

Complementary Color

#b08671 #719bb0

#b08671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08671 Color CSS Codes

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

#b08671 Text Font Color

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

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


#b08671 Background Color

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

This div background color is #b08671


#b08671 Border Color

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

This div border color is #b08671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08671


Comments

No comments written yet.

Please login to write comment.