Color Hex Logo

#b08200 Color Hex

#B08200
(176,130,0)
0 Favorites   0 Comments

Color spaces of #b08200

RGB 1761300
HSL0.121.000.35
HSV44°100°69°
CMYK 0.000.261.00   0.31
XYZ25.887125.19543.4988
Yxy25.19540.47430.4616
Hunter Lab50.19504.216631.0038
CIE-Lab57.26538.305762.7352

#b08200 color RGB value is (176,130,0).

#b08200 hex color red value is 176, green value is 130 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b08200 hue: 0.12 , saturation: 1.00 and the lightness value of b08200 is 0.35.

The process color (four color CMYK) of #b08200 color hex is 0.00, 0.26, 1.00, 0.31. Web safe color of #b08200 is #999900. Color #b08200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000010 00000000
Octal 260 202 0
Decimal 176 130 0
Hex B0 82 0

RGB Percentages of Color #b08200

%57.52
%42.48
%0.00

CMYK Percentages of Color #b08200

%0
%26
%100
%31

Triadic Colors of #b08200

#b08200 #00b082 #8200b0

Analogous Colors of #b08200

#b08200 #86b000 #b02a00

Monochromatic Colors of #b08200

#b08200

Complementary Color

#b08200 #002eb0

#b08200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08200 Color CSS Codes

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

#b08200 Text Font Color

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

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


#b08200 Background Color

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

This div background color is #b08200


#b08200 Border Color

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

This div border color is #b08200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08200


Comments

No comments written yet.

Please login to write comment.