Color Hex Logo

#bb551e Color Hex

#BB551E
(187,85,30)
0 Favorites   0 Comments

Color spaces of #bb551e

RGB 1878530
HSL0.060.720.43
HSV21°84°73°
CMYK 0.000.550.84   0.27
XYZ23.976417.15553.2760
Yxy17.15550.53990.3863
Hunter Lab41.419230.845024.3040
CIE-Lab48.455438.101048.9251

#bb551e color RGB value is (187,85,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 00011110
Octal 273 125 36
Decimal 187 85 30
Hex BB 55 1E

RGB Percentages of Color #bb551e

%61.92
%28.15
%9.93

CMYK Percentages of Color #bb551e

%0
%55
%84
%27

Triadic Colors of #bb551e

#bb551e #1ebb55 #551ebb

Analogous Colors of #bb551e

#bb551e #bba41e #bb1e36

Monochromatic Colors of #bb551e

#bb551e

Complementary Color

#bb551e #1e84bb

#bb551e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb551e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb551e Color CSS Codes

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

#bb551e Text Font Color

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

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


#bb551e Background Color

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

This div background color is #bb551e


#bb551e Border Color

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

This div border color is #bb551e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb551e


Comments

No comments written yet.

Please login to write comment.