Color Hex Logo

#bb550e Color Hex

#BB550E
(187,85,14)
0 Favorites   0 Comments

Color spaces of #bb550e

RGB 1878514
HSL0.070.860.39
HSV25°93°73°
CMYK 0.000.550.93   0.27
XYZ23.821317.09352.4593
Yxy17.09350.54920.3941
Hunter Lab41.344330.493725.4142
CIE-Lab48.377637.753454.4614

#bb550e color RGB value is (187,85,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 00001110
Octal 273 125 16
Decimal 187 85 14
Hex BB 55 E

RGB Percentages of Color #bb550e

%65.38
%29.72
%4.90

CMYK Percentages of Color #bb550e

%0
%55
%93
%27

Triadic Colors of #bb550e

#bb550e #0ebb55 #550ebb

Analogous Colors of #bb550e

#bb550e #bbac0e #bb0e1e

Monochromatic Colors of #bb550e

#bb550e

Complementary Color

#bb550e #0e74bb

#bb550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb550e Color CSS Codes

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

#bb550e Text Font Color

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

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


#bb550e Background Color

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

This div background color is #bb550e


#bb550e Border Color

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

This div border color is #bb550e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb550e

#bb550e Color Palettes


Comments

No comments written yet.

Please login to write comment.