Color Hex Logo

#bb551d Color Hex

#BB551D
(187,85,29)
0 Favorites   0 Comments

Color spaces of #bb551d

RGB 1878529
HSL0.060.730.42
HSV21°84°73°
CMYK 0.000.550.84   0.27
XYZ23.963817.15053.2097
Yxy17.15050.54070.3869
Hunter Lab41.413230.816324.3940
CIE-Lab48.449138.072649.3368

#bb551d color RGB value is (187,85,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 00011101
Octal 273 125 35
Decimal 187 85 29
Hex BB 55 1D

RGB Percentages of Color #bb551d

%62.13
%28.24
%9.63

CMYK Percentages of Color #bb551d

%0
%55
%84
%27

Triadic Colors of #bb551d

#bb551d #1dbb55 #551dbb

Analogous Colors of #bb551d

#bb551d #bba41d #bb1d34

Monochromatic Colors of #bb551d

#bb551d

Complementary Color

#bb551d #1d83bb

#bb551d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb551d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb551d Color CSS Codes

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

#bb551d Text Font Color

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

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


#bb551d Background Color

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

This div background color is #bb551d


#bb551d Border Color

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

This div border color is #bb551d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb551d


Comments

No comments written yet.

Please login to write comment.