Color Hex Logo

#bb500f Color Hex

#BB500F
(187,80,15)
0 Favorites   0 Comments

Color spaces of #bb500f

RGB 1878015
HSL0.060.850.40
HSV23°92°73°
CMYK 0.000.570.92   0.27
XYZ23.448416.33662.3694
Yxy16.33660.55630.3875
Hunter Lab40.418632.822424.8173
CIE-Lab47.413040.257553.4957

#bb500f color RGB value is (187,80,15).

#bb500f hex color red value is 187, green value is 80 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb500f hue: 0.06 , saturation: 0.85 and the lightness value of bb500f is 0.40.

The process color (four color CMYK) of #bb500f color hex is 0.00, 0.57, 0.92, 0.27. Web safe color of #bb500f is #cc6600. Color #bb500f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010000 00001111
Octal 273 120 17
Decimal 187 80 15
Hex BB 50 F

RGB Percentages of Color #bb500f

%66.31
%28.37
%5.32

CMYK Percentages of Color #bb500f

%0
%57
%92
%27

Triadic Colors of #bb500f

#bb500f #0fbb50 #500fbb

Analogous Colors of #bb500f

#bb500f #bba60f #bb0f24

Monochromatic Colors of #bb500f

#bb500f

Complementary Color

#bb500f #0f7abb

#bb500f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb500f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb500f Color CSS Codes

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

#bb500f Text Font Color

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

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


#bb500f Background Color

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

This div background color is #bb500f


#bb500f Border Color

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

This div border color is #bb500f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb500f


Comments

No comments written yet.

Please login to write comment.