#B5596D

Color #B5596D Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B5596D

Tints of Blush #B5596D

Color information

#B5596D (or 0xB5596D) is unknown color: approx Blush. HEX triplet: B5, 59 and 6D. RGB value is (181,89,109). Sum of RGB (Red+Green+Blue) = 181+89+109=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5596D is #4AA692. Grayscale: #767676. Windows color (decimal): -4892307 or 7166389. OLE color: 7166389.

HSL color Cylindrical-coordinate representation of color #B5596D: hue angle of 346.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5596D is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18189109-
CMYK00.510.400.29
HSL346.96º38.33%52.94%-
HSV(B)346.96º50.83%70.98%-
XYZ25.3918.0716.62-
YUV118.79122.48172.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=47.76%
G=23.48%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818910900.510.400.29346.9638.3352.94
HexB5596D033281D15b2635
Octal26513115506350355334665
Binary1011010110110011101101011001110100011101101011011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5596D; }

 p { color: rgb(181,89,109); }

 H1.HeaderClassName
 {
   color: #B5596D;
 }
 .AnyTagClassName
 {
   color: #B5596D;
 }
</style>
background-color css

<style>
 a { background-color: #B5596D; }

 a { background-color: rgb(181,89,109); }

 div.DivClassName
 {
   background-color: #B5596D;
 }
 .BgClassName
 {
   background-color: #B5596D;
 }
</style>
border-color css

<style>
 span { border-color: #B5596D; }

 span { border-color: rgb(181,89,109); }

 td.TdClassName
 {
   border-color: #B5596D;
 }
 .TagClassName
 {
   border-color: #B5596D;
 }
</style>