Color Hex Logo

#bb553a Color Hex

#BB553A
(187,85,58)
0 Favorites   0 Comments

Color spaces of #bb553a

RGB 1878558
HSL0.030.530.48
HSV13°69°73°
CMYK 0.000.550.69   0.27
XYZ24.505717.36736.0636
Yxy17.36730.51120.3623
Hunter Lab41.674132.034020.5451
CIE-Lab48.719539.270235.2100

#bb553a color RGB value is (187,85,58).

#bb553a hex color red value is 187, green value is 85 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bb553a hue: 0.03 , saturation: 0.53 and the lightness value of bb553a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 00111010
Octal 273 125 72
Decimal 187 85 58
Hex BB 55 3A

RGB Percentages of Color #bb553a

%56.67
%25.76
%17.58

CMYK Percentages of Color #bb553a

%0
%55
%69
%27

Triadic Colors of #bb553a

#bb553a #3abb55 #553abb

Analogous Colors of #bb553a

#bb553a #bb963a #bb3a60

Monochromatic Colors of #bb553a

#bb553a

Complementary Color

#bb553a #3aa0bb

#bb553a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb553a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb553a Color CSS Codes

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

#bb553a Text Font Color

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

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


#bb553a Background Color

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

This div background color is #bb553a


#bb553a Border Color

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

This div border color is #bb553a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb553a


Comments

No comments written yet.

Please login to write comment.