Shades of Blush #B9596C
Tints of Blush #B9596C
RGB
CMYK
RGB Variations
Color information
#B9596C (or 0xB9596C) is known color: Blush. HEX triplet: B9, 59 and 6C. RGB value is (185,89,108). Sum of RGB (Red+Green+Blue) = 185+89+108=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9596C is #46A693. Grayscale: #777777. Windows color (decimal): -4630164 or 7100857. OLE color: 7100857.
HSL color Cylindrical-coordinate representation of color #B9596C: hue angle of 348.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9596C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 108 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.27 |
| HSL | 348.13º | 0.41% | 0.54% | - |
| HSV(B) | 348.13º | 0.52% | 0.73% | - |
| XYZ | 26.29 | 18.54 | 16.38 | - |
| YUV | 119.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 108 | 0 | 0.52 | 0.42 | 0.27 | 348.13 | 0.41 | 0.54 |
| Hex | B9 | 59 | 6C | 0 | 34 | 2A | 1B | 15C | 29 | 36 |
| Octal | 271 | 131 | 154 | 0 | 64 | 52 | 33 | 534 | 51 | 66 |
| Binary | 10111001 | 1011001 | 1101100 | 0 | 110100 | 101010 | 11011 | 101011100 | 101001 | 110110 |
Color Harmonies of #B9596C
Complementary color
Monochromatic Colors of #B9596C
Black with #B9596C
Text Example
Text Example
White with #B9596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9596C; }
p { color: rgb(185,89,108); }
H1.HeaderClassName
{
color: #B9596C;
}
.AnyTagClassName
{
color: #B9596C;
}
</style>
background-color css
<style>
a { background-color: #B9596C; }
a { background-color: rgb(185,89,108); }
div.DivClassName
{
background-color: #B9596C;
}
.BgClassName
{
background-color: #B9596C;
}
</style>
border-color css
<style>
span { border-color: #B9596C; }
span { border-color: rgb(185,89,108); }
td.TdClassName
{
border-color: #B9596C;
}
.TagClassName
{
border-color: #B9596C;
}
</style>