Color Hex Logo

#bb520a Color Hex

#BB520A
(187,82,10)
0 Favorites   0 Comments

Color spaces of #bb520a

RGB 1878210
HSL0.070.900.39
HSV24°95°73°
CMYK 0.000.560.95   0.27
XYZ23.565616.62132.2533
Yxy16.62130.55530.3916
Hunter Lab40.769231.831225.2615
CIE-Lab47.779339.200455.0545

#bb520a color RGB value is (187,82,10).

#bb520a hex color red value is 187, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bb520a hue: 0.07 , saturation: 0.90 and the lightness value of bb520a is 0.39.

The process color (four color CMYK) of #bb520a color hex is 0.00, 0.56, 0.95, 0.27. Web safe color of #bb520a is #cc6600. Color #bb520a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 00001010
Octal 273 122 12
Decimal 187 82 10
Hex BB 52 A

RGB Percentages of Color #bb520a

%67.03
%29.39
%3.58

CMYK Percentages of Color #bb520a

%0
%56
%95
%27

Triadic Colors of #bb520a

#bb520a #0abb52 #520abb

Analogous Colors of #bb520a

#bb520a #bbab0a #bb0a1b

Monochromatic Colors of #bb520a

#bb520a

Complementary Color

#bb520a #0a73bb

#bb520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb520a Color CSS Codes

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

#bb520a Text Font Color

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

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


#bb520a Background Color

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

This div background color is #bb520a


#bb520a Border Color

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

This div border color is #bb520a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb520a


Comments

No comments written yet.

Please login to write comment.