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