Shades of Blush #B8596D
Tints of Blush #B8596D
RGB
CMYK
RGB Variations
Color information
#B8596D (or 0xB8596D) is known color: Blush. HEX triplet: B8, 59 and 6D. RGB value is (184,89,109). Sum of RGB (Red+Green+Blue) = 184+89+109=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8596D is #47A692. Grayscale: #777777. Windows color (decimal): -4695699 or 7166392. OLE color: 7166392.
HSL color Cylindrical-coordinate representation of color #B8596D: hue angle of 347.37º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8596D is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 109 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.28 |
| HSL | 347.37º | 0.4% | 0.54% | - |
| HSV(B) | 347.37º | 0.52% | 0.72% | - |
| XYZ | 26.1 | 18.44 | 16.65 | - |
| YUV | 119.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 109 | 0 | 0.52 | 0.41 | 0.28 | 347.37 | 0.4 | 0.54 |
| Hex | B8 | 59 | 6D | 0 | 34 | 29 | 1C | 15B | 28 | 36 |
| Octal | 270 | 131 | 155 | 0 | 64 | 51 | 34 | 533 | 50 | 66 |
| Binary | 10111000 | 1011001 | 1101101 | 0 | 110100 | 101001 | 11100 | 101011011 | 101000 | 110110 |
Color Harmonies of #B8596D
Complementary color
Monochromatic Colors of #B8596D
Black with #B8596D
Text Example
Text Example
White with #B8596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8596D; }
p { color: rgb(184,89,109); }
H1.HeaderClassName
{
color: #B8596D;
}
.AnyTagClassName
{
color: #B8596D;
}
</style>
background-color css
<style>
a { background-color: #B8596D; }
a { background-color: rgb(184,89,109); }
div.DivClassName
{
background-color: #B8596D;
}
.BgClassName
{
background-color: #B8596D;
}
</style>
border-color css
<style>
span { border-color: #B8596D; }
span { border-color: rgb(184,89,109); }
td.TdClassName
{
border-color: #B8596D;
}
.TagClassName
{
border-color: #B8596D;
}
</style>