Color Hex Logo

#bb501e Color Hex

#BB501E
(187,80,30)
0 Favorites   0 Comments

Color spaces of #bb501e

RGB 1878030
HSL0.050.720.43
HSV19°84°73°
CMYK 0.000.570.84   0.27
XYZ23.596516.39593.1493
Yxy16.39590.54700.3800
Hunter Lab40.491933.159623.7329
CIE-Lab47.489740.586048.0725

#bb501e color RGB value is (187,80,30).

#bb501e hex color red value is 187, green value is 80 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bb501e hue: 0.05 , saturation: 0.72 and the lightness value of bb501e is 0.43.

The process color (four color CMYK) of #bb501e color hex is 0.00, 0.57, 0.84, 0.27. Web safe color of #bb501e is #cc6633. Color #bb501e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010000 00011110
Octal 273 120 36
Decimal 187 80 30
Hex BB 50 1E

RGB Percentages of Color #bb501e

%62.96
%26.94
%10.10

CMYK Percentages of Color #bb501e

%0
%57
%84
%27

Triadic Colors of #bb501e

#bb501e #1ebb50 #501ebb

Analogous Colors of #bb501e

#bb501e #bb9f1e #bb1e3b

Monochromatic Colors of #bb501e

#bb501e

Complementary Color

#bb501e #1e89bb

#bb501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb501e Color CSS Codes

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

#bb501e Text Font Color

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

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


#bb501e Background Color

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

This div background color is #bb501e


#bb501e Border Color

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

This div border color is #bb501e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb501e


Comments

No comments written yet.

Please login to write comment.