Color Hex Logo

#b08705 Color Hex

#B08705
(176,135,5)
0 Favorites   0 Comments

Color spaces of #b08705

RGB 1761355
HSL0.130.940.35
HSV46°97°69°
CMYK 0.000.230.97   0.31
XYZ26.595926.56903.8702
Yxy26.56900.46630.4658
Hunter Lab51.54511.897231.6299
CIE-Lab58.57325.599562.8157

#b08705 color RGB value is (176,135,5).

#b08705 hex color red value is 176, green value is 135 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b08705 hue: 0.13 , saturation: 0.94 and the lightness value of b08705 is 0.35.

The process color (four color CMYK) of #b08705 color hex is 0.00, 0.23, 0.97, 0.31. Web safe color of #b08705 is #999900. Color #b08705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 00000101
Octal 260 207 5
Decimal 176 135 5
Hex B0 87 5

RGB Percentages of Color #b08705

%55.70
%42.72
%1.58

CMYK Percentages of Color #b08705

%0
%23
%97
%31

Triadic Colors of #b08705

#b08705 #05b087 #8705b0

Analogous Colors of #b08705

#b08705 #84b005 #b03105

Monochromatic Colors of #b08705

#b08705

Complementary Color

#b08705 #052eb0

#b08705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08705 Color CSS Codes

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

#b08705 Text Font Color

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

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


#b08705 Background Color

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

This div background color is #b08705


#b08705 Border Color

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

This div border color is #b08705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08705


Comments

No comments written yet.

Please login to write comment.