Color Hex Logo

#bb545f Color Hex

#BB545F
(187,84,95)
0 Favorites   0 Comments

Color spaces of #bb545f

RGB 1878495
HSL0.980.430.53
HSV354°55°73°
CMYK 0.000.550.49   0.27
XYZ25.729417.731712.8929
Yxy17.73170.45660.3146
Hunter Lab42.109035.376011.3230
CIE-Lab49.169142.543914.1494

#bb545f color RGB value is (187,84,95).

#bb545f hex color red value is 187, green value is 84 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb545f hue: 0.98 , saturation: 0.43 and the lightness value of bb545f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 01011111
Octal 273 124 137
Decimal 187 84 95
Hex BB 54 5F

RGB Percentages of Color #bb545f

%51.09
%22.95
%25.96

CMYK Percentages of Color #bb545f

%0
%55
%49
%27

Triadic Colors of #bb545f

#bb545f #5fbb54 #545fbb

Analogous Colors of #bb545f

#bb545f #bb7d54 #bb5493

Monochromatic Colors of #bb545f

#bb545f

Complementary Color

#bb545f #54bbb0

#bb545f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb545f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb545f Color CSS Codes

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

#bb545f Text Font Color

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

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


#bb545f Background Color

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

This div background color is #bb545f


#bb545f Border Color

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

This div border color is #bb545f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb545f


Comments

No comments written yet.

Please login to write comment.