Color Hex Logo

#bb585f Color Hex

#BB585F
(187,88,95)
0 Favorites   0 Comments

Color spaces of #bb585f

RGB 1878895
HSL0.990.420.54
HSV356°53°73°
CMYK 0.000.530.49   0.27
XYZ26.048818.370512.9994
Yxy18.37050.45370.3199
Hunter Lab42.860833.477512.0203
CIE-Lab49.942440.543215.2132

#bb585f color RGB value is (187,88,95).

#bb585f hex color red value is 187, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bb585f hue: 0.99 , saturation: 0.42 and the lightness value of bb585f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 01011111
Octal 273 130 137
Decimal 187 88 95
Hex BB 58 5F

RGB Percentages of Color #bb585f

%50.54
%23.78
%25.68

CMYK Percentages of Color #bb585f

%0
%53
%49
%27

Triadic Colors of #bb585f

#bb585f #5fbb58 #585fbb

Analogous Colors of #bb585f

#bb585f #bb8358 #bb5891

Monochromatic Colors of #bb585f

#bb585f

Complementary Color

#bb585f #58bbb4

#bb585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb585f Color CSS Codes

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

#bb585f Text Font Color

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

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


#bb585f Background Color

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

This div background color is #bb585f


#bb585f Border Color

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

This div border color is #bb585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb585f


Comments

No comments written yet.

Please login to write comment.