Color Hex Logo

#bb554f Color Hex

#BB554F
(187,85,79)
0 Favorites   0 Comments

Color spaces of #bb554f

RGB 1878579
HSL0.010.440.52
HSV58°73°
CMYK 0.000.550.58   0.27
XYZ25.153317.62639.4736
Yxy17.62630.48140.3373
Hunter Lab41.983733.471616.0098
CIE-Lab49.039740.669223.5140

#bb554f color RGB value is (187,85,79).

#bb554f hex color red value is 187, green value is 85 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bb554f hue: 0.01 , saturation: 0.44 and the lightness value of bb554f is 0.52.

The process color (four color CMYK) of #bb554f color hex is 0.00, 0.55, 0.58, 0.27. Web safe color of #bb554f is #cc6666. Color #bb554f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 01001111
Octal 273 125 117
Decimal 187 85 79
Hex BB 55 4F

RGB Percentages of Color #bb554f

%53.28
%24.22
%22.51

CMYK Percentages of Color #bb554f

%0
%55
%58
%27

Triadic Colors of #bb554f

#bb554f #4fbb55 #554fbb

Analogous Colors of #bb554f

#bb554f #bb8b4f #bb4f7f

Monochromatic Colors of #bb554f

#bb554f

Complementary Color

#bb554f #4fb5bb

#bb554f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb554f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb554f Color CSS Codes

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

#bb554f Text Font Color

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

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


#bb554f Background Color

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

This div background color is #bb554f


#bb554f Border Color

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

This div border color is #bb554f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb554f


Comments

No comments written yet.

Please login to write comment.