Color Hex Logo

#b08b1f Color Hex

#B08B1F
(176,139,31)
0 Favorites   0 Comments

Color spaces of #b08b1f

RGB 17613931
HSL0.120.700.41
HSV45°82°69°
CMYK 0.000.210.82   0.31
XYZ27.384427.79435.2178
Yxy27.79430.45340.4602
Hunter Lab52.72030.457431.0362
CIE-Lab59.70243.932857.8764

#b08b1f color RGB value is (176,139,31).

#b08b1f hex color red value is 176, green value is 139 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b08b1f hue: 0.12 , saturation: 0.70 and the lightness value of b08b1f is 0.41.

The process color (four color CMYK) of #b08b1f color hex is 0.00, 0.21, 0.82, 0.31. Web safe color of #b08b1f is #999933. Color #b08b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001011 00011111
Octal 260 213 37
Decimal 176 139 31
Hex B0 8B 1F

RGB Percentages of Color #b08b1f

%50.87
%40.17
%8.96

CMYK Percentages of Color #b08b1f

%0
%21
%82
%31

Triadic Colors of #b08b1f

#b08b1f #1fb08b #8b1fb0

Analogous Colors of #b08b1f

#b08b1f #8db01f #b0421f

Monochromatic Colors of #b08b1f

#b08b1f

Complementary Color

#b08b1f #1f44b0

#b08b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08b1f Color CSS Codes

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

#b08b1f Text Font Color

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

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


#b08b1f Background Color

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

This div background color is #b08b1f


#b08b1f Border Color

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

This div border color is #b08b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08b1f


Comments

No comments written yet.

Please login to write comment.