Color Hex Logo

#b08c5d Color Hex

#B08C5D
(176,140,93)
0 Favorites   0 Comments

Color spaces of #b08c5d

RGB 17614093
HSL0.090.340.53
HSV34°47°69°
CMYK 0.000.200.47   0.31
XYZ29.258428.776614.3683
Yxy28.77660.40410.3974
Hunter Lab53.64383.480721.6701
CIE-Lab60.58407.500630.2185

#b08c5d color RGB value is (176,140,93).

#b08c5d hex color red value is 176, green value is 140 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b08c5d hue: 0.09 , saturation: 0.34 and the lightness value of b08c5d is 0.53.

The process color (four color CMYK) of #b08c5d color hex is 0.00, 0.20, 0.47, 0.31. Web safe color of #b08c5d is #999966. Color #b08c5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001100 01011101
Octal 260 214 135
Decimal 176 140 93
Hex B0 8C 5D

RGB Percentages of Color #b08c5d

%43.03
%34.23
%22.74

CMYK Percentages of Color #b08c5d

%0
%20
%47
%31

Triadic Colors of #b08c5d

#b08c5d #5db08c #8c5db0

Analogous Colors of #b08c5d

#b08c5d #abb05d #b0635d

Monochromatic Colors of #b08c5d

#b08c5d

Complementary Color

#b08c5d #5d81b0

#b08c5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08c5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08c5d Color CSS Codes

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

#b08c5d Text Font Color

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

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


#b08c5d Background Color

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

This div background color is #b08c5d


#b08c5d Border Color

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

This div border color is #b08c5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08c5d


Comments

No comments written yet.

Please login to write comment.