Color Hex Logo

#bb802f Color Hex

#BB802F
(187,128,47)
0 Favorites   0 Comments

Color spaces of #bb802f

RGB 18712847
HSL0.100.600.46
HSV35°75°73°
CMYK 0.000.320.75   0.27
XYZ28.725826.20846.2340
Yxy26.20840.46960.4285
Hunter Lab51.194110.569328.6161
CIE-Lab58.234315.567250.9060

#bb802f color RGB value is (187,128,47).

#bb802f hex color red value is 187, green value is 128 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bb802f hue: 0.10 , saturation: 0.60 and the lightness value of bb802f is 0.46.

The process color (four color CMYK) of #bb802f color hex is 0.00, 0.32, 0.75, 0.27. Web safe color of #bb802f is #cc9933. Color #bb802f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 00101111
Octal 273 200 57
Decimal 187 128 47
Hex BB 80 2F

RGB Percentages of Color #bb802f

%51.66
%35.36
%12.98

CMYK Percentages of Color #bb802f

%0
%32
%75
%27

Triadic Colors of #bb802f

#bb802f #2fbb80 #802fbb

Analogous Colors of #bb802f

#bb802f #b0bb2f #bb3a2f

Monochromatic Colors of #bb802f

#bb802f

Complementary Color

#bb802f #2f6abb

#bb802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb802f Color CSS Codes

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

#bb802f Text Font Color

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

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


#bb802f Background Color

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

This div background color is #bb802f


#bb802f Border Color

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

This div border color is #bb802f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,128,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb802f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb802f;
  -webkit-box-shadow: 1px 1px 3px 2px #bb802f;
  box-shadow:         1px 1px 3px 2px #bb802f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,128,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb802f


Comments

No comments written yet.

Please login to write comment.