Color Hex Logo

#bb580e Color Hex

#BB580E
(187,88,14)
0 Favorites   0 Comments

Color spaces of #bb580e

RGB 1878814
HSL0.070.860.39
HSV26°93°73°
CMYK 0.000.530.93   0.27
XYZ24.062517.57592.5397
Yxy17.57590.54470.3978
Hunter Lab41.923629.085625.7548
CIE-Lab48.977636.227654.8864

#bb580e color RGB value is (187,88,14).

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

The process color (four color CMYK) of #bb580e color hex is 0.00, 0.53, 0.93, 0.27. Web safe color of #bb580e is #cc6600. Color #bb580e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 00001110
Octal 273 130 16
Decimal 187 88 14
Hex BB 58 E

RGB Percentages of Color #bb580e

%64.71
%30.45
%4.84

CMYK Percentages of Color #bb580e

%0
%53
%93
%27

Triadic Colors of #bb580e

#bb580e #0ebb58 #580ebb

Analogous Colors of #bb580e

#bb580e #bbaf0e #bb0e1b

Monochromatic Colors of #bb580e

#bb580e

Complementary Color

#bb580e #0e71bb

#bb580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb580e Color CSS Codes

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

#bb580e Text Font Color

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

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


#bb580e Background Color

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

This div background color is #bb580e


#bb580e Border Color

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

This div border color is #bb580e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb580e


Comments

No comments written yet.

Please login to write comment.