Color Hex Logo

#bb595f Color Hex

#BB595F
(187,89,95)
0 Favorites   0 Comments

Color spaces of #bb595f

RGB 1878995
HSL0.990.420.54
HSV356°52°73°
CMYK 0.000.520.49   0.27
XYZ26.131518.535813.0270
Yxy18.53580.45290.3213
Hunter Lab43.053232.998912.1973
CIE-Lab50.139640.036615.4835

#bb595f color RGB value is (187,89,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011001 01011111
Octal 273 131 137
Decimal 187 89 95
Hex BB 59 5F

RGB Percentages of Color #bb595f

%50.40
%23.99
%25.61

CMYK Percentages of Color #bb595f

%0
%52
%49
%27

Triadic Colors of #bb595f

#bb595f #5fbb59 #595fbb

Analogous Colors of #bb595f

#bb595f #bb8459 #bb5990

Monochromatic Colors of #bb595f

#bb595f

Complementary Color

#bb595f #59bbb5

#bb595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb595f Color CSS Codes

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

#bb595f Text Font Color

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

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


#bb595f Background Color

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

This div background color is #bb595f


#bb595f Border Color

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

This div border color is #bb595f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb595f


Comments

No comments written yet.

Please login to write comment.