Shades of Blush #B8596F
Tints of Blush #B8596F
RGB
CMYK
RGB Variations
Color information
#B8596F (or 0xB8596F) is known color: Blush. HEX triplet: B8, 59 and 6F. RGB value is (184,89,111). Sum of RGB (Red+Green+Blue) = 184+89+111=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8596F is #47A690. Grayscale: #777777. Windows color (decimal): -4695697 or 7297464. OLE color: 7297464.
HSL color Cylindrical-coordinate representation of color #B8596F: hue angle of 346.11º 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 #B8596F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 111 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.28 |
| HSL | 346.11º | 0.4% | 0.54% | - |
| HSV(B) | 346.11º | 0.52% | 0.72% | - |
| XYZ | 26.21 | 18.48 | 17.23 | - |
| YUV | 119.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 111 | 0 | 0.52 | 0.40 | 0.28 | 346.11 | 0.4 | 0.54 |
| Hex | B8 | 59 | 6F | 0 | 34 | 28 | 1C | 15A | 28 | 36 |
| Octal | 270 | 131 | 157 | 0 | 64 | 50 | 34 | 532 | 50 | 66 |
| Binary | 10111000 | 1011001 | 1101111 | 0 | 110100 | 101000 | 11100 | 101011010 | 101000 | 110110 |
Color Harmonies of #B8596F
Complementary color
Monochromatic Colors of #B8596F
Black with #B8596F
Text Example
Text Example
White with #B8596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8596F; }
p { color: rgb(184,89,111); }
H1.HeaderClassName
{
color: #B8596F;
}
.AnyTagClassName
{
color: #B8596F;
}
</style>
background-color css
<style>
a { background-color: #B8596F; }
a { background-color: rgb(184,89,111); }
div.DivClassName
{
background-color: #B8596F;
}
.BgClassName
{
background-color: #B8596F;
}
</style>
border-color css
<style>
span { border-color: #B8596F; }
span { border-color: rgb(184,89,111); }
td.TdClassName
{
border-color: #B8596F;
}
.TagClassName
{
border-color: #B8596F;
}
</style>