Color Hex Logo

#bb595e Color Hex

#BB595E
(187,89,94)
0 Favorites   0 Comments

Color spaces of #bb595e

RGB 1878994
HSL0.990.420.54
HSV357°52°73°
CMYK 0.000.520.50   0.27
XYZ26.086318.517712.7891
Yxy18.51770.45450.3226
Hunter Lab43.032232.901112.5016
CIE-Lab50.118139.941916.0500

#bb595e color RGB value is (187,89,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011001 01011110
Octal 273 131 136
Decimal 187 89 94
Hex BB 59 5E

RGB Percentages of Color #bb595e

%50.54
%24.05
%25.41

CMYK Percentages of Color #bb595e

%0
%52
%50
%27

Triadic Colors of #bb595e

#bb595e #5ebb59 #595ebb

Analogous Colors of #bb595e

#bb595e #bb8559 #bb598f

Monochromatic Colors of #bb595e

#bb595e

Complementary Color

#bb595e #59bbb6

#bb595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb595e Color CSS Codes

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

#bb595e Text Font Color

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

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


#bb595e Background Color

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

This div background color is #bb595e


#bb595e Border Color

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

This div border color is #bb595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb595e


Comments

No comments written yet.

Please login to write comment.