Shades of Blush #B8596A
Tints of Blush #B8596A
RGB
CMYK
RGB Variations
Color information
#B8596A (or 0xB8596A) is known color: Blush. HEX triplet: B8, 59 and 6A. RGB value is (184,89,106). Sum of RGB (Red+Green+Blue) = 184+89+106=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8596A is #47A695. Grayscale: #777777. Windows color (decimal): -4695702 or 6969784. OLE color: 6969784.
HSL color Cylindrical-coordinate representation of color #B8596A: hue angle of 349.26º 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 #B8596A is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 106 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.28 |
| HSL | 349.26º | 0.4% | 0.54% | - |
| HSV(B) | 349.26º | 0.52% | 0.72% | - |
| XYZ | 25.94 | 18.38 | 15.82 | - |
| YUV | 119.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 106 | 0 | 0.52 | 0.42 | 0.28 | 349.26 | 0.4 | 0.54 |
| Hex | B8 | 59 | 6A | 0 | 34 | 2A | 1C | 15D | 28 | 36 |
| Octal | 270 | 131 | 152 | 0 | 64 | 52 | 34 | 535 | 50 | 66 |
| Binary | 10111000 | 1011001 | 1101010 | 0 | 110100 | 101010 | 11100 | 101011101 | 101000 | 110110 |
Color Harmonies of #B8596A
Complementary color
Monochromatic Colors of #B8596A
Black with #B8596A
Text Example
Text Example
White with #B8596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8596A; }
p { color: rgb(184,89,106); }
H1.HeaderClassName
{
color: #B8596A;
}
.AnyTagClassName
{
color: #B8596A;
}
</style>
background-color css
<style>
a { background-color: #B8596A; }
a { background-color: rgb(184,89,106); }
div.DivClassName
{
background-color: #B8596A;
}
.BgClassName
{
background-color: #B8596A;
}
</style>
border-color css
<style>
span { border-color: #B8596A; }
span { border-color: rgb(184,89,106); }
td.TdClassName
{
border-color: #B8596A;
}
.TagClassName
{
border-color: #B8596A;
}
</style>