Color Hex Logo

#bb590a Color Hex

#BB590A
(187,89,10)
0 Favorites   0 Comments

Color spaces of #bb590a

RGB 1878910
HSL0.070.900.39
HSV27°95°73°
CMYK 0.000.520.95   0.27
XYZ24.120717.73152.4384
Yxy17.73150.54460.4003
Hunter Lab42.108828.557826.0428
CIE-Lab49.168835.658355.9861

#bb590a color RGB value is (187,89,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011001 00001010
Octal 273 131 12
Decimal 187 89 10
Hex BB 59 A

RGB Percentages of Color #bb590a

%65.38
%31.12
%3.50

CMYK Percentages of Color #bb590a

%0
%52
%95
%27

Triadic Colors of #bb590a

#bb590a #0abb59 #590abb

Analogous Colors of #bb590a

#bb590a #bbb20a #bb0a14

Monochromatic Colors of #bb590a

#bb590a

Complementary Color

#bb590a #0a6cbb

#bb590a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb590a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb590a Color CSS Codes

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

#bb590a Text Font Color

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

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


#bb590a Background Color

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

This div background color is #bb590a


#bb590a Border Color

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

This div border color is #bb590a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb590a


Comments

No comments written yet.

Please login to write comment.