Color Hex Logo

#b88200 Color Hex

#B88200
(184,130,0)
0 Favorites   0 Comments

Color spaces of #b88200

RGB 1841300
HSL0.121.000.36
HSV42°100°72°
CMYK 0.000.291.00   0.28
XYZ27.749826.15563.5860
Yxy26.15560.48270.4549
Hunter Lab51.14257.354131.6425
CIE-Lab58.184511.938263.7961

#b88200 color RGB value is (184,130,0).

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

The process color (four color CMYK) of #b88200 color hex is 0.00, 0.29, 1.00, 0.28. Web safe color of #b88200 is #cc9900. Color #b88200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 00000000
Octal 270 202 0
Decimal 184 130 0
Hex B8 82 0

RGB Percentages of Color #b88200

%58.60
%41.40
%0.00

CMYK Percentages of Color #b88200

%0
%29
%100
%28

Triadic Colors of #b88200

#b88200 #00b882 #8200b8

Analogous Colors of #b88200

#b88200 #92b800 #b82600

Monochromatic Colors of #b88200

#b88200

Complementary Color

#b88200 #0036b8

#b88200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88200 Color CSS Codes

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

#b88200 Text Font Color

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

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


#b88200 Background Color

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

This div background color is #b88200


#b88200 Border Color

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

This div border color is #b88200


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,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 #b88200">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88200

#b88200 Color Palettes


Comments

No comments written yet.

Please login to write comment.