Color Hex Logo

#bb541e Color Hex

#BB541E
(187,84,30)
0 Favorites   0 Comments

Color spaces of #bb541e

RGB 1878430
HSL0.060.720.43
HSV21°84°73°
CMYK 0.000.550.84   0.27
XYZ23.898216.99923.2499
Yxy16.99920.54130.3851
Hunter Lab41.230131.311324.1876
CIE-Lab48.259038.603548.7522

#bb541e color RGB value is (187,84,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 00011110
Octal 273 124 36
Decimal 187 84 30
Hex BB 54 1E

RGB Percentages of Color #bb541e

%62.13
%27.91
%9.97

CMYK Percentages of Color #bb541e

%0
%55
%84
%27

Triadic Colors of #bb541e

#bb541e #1ebb54 #541ebb

Analogous Colors of #bb541e

#bb541e #bba31e #bb1e37

Monochromatic Colors of #bb541e

#bb541e

Complementary Color

#bb541e #1e85bb

#bb541e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb541e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb541e Color CSS Codes

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

#bb541e Text Font Color

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

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


#bb541e Background Color

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

This div background color is #bb541e


#bb541e Border Color

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

This div border color is #bb541e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb541e


Comments

No comments written yet.

Please login to write comment.