Shades of Blush #B2596D
Tints of Blush #B2596D
RGB
CMYK
RGB Variations
Color information
#B2596D (or 0xB2596D) is known color: Blush. HEX triplet: B2, 59 and 6D. RGB value is (178,89,109). Sum of RGB (Red+Green+Blue) = 178+89+109=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2596D is #4DA692. Grayscale: #757575. Windows color (decimal): -5088915 or 7166386. OLE color: 7166386.
HSL color Cylindrical-coordinate representation of color #B2596D: hue angle of 346.52º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2596D is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 109 | - |
| CMYK | 0 | 0.5 | 0.39 | 0.30 |
| HSL | 346.52º | 0.37% | 0.52% | - |
| HSV(B) | 346.52º | 0.5% | 0.7% | - |
| XYZ | 24.69 | 17.71 | 16.59 | - |
| YUV | 117.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 109 | 0 | 0.5 | 0.39 | 0.30 | 346.52 | 0.37 | 0.52 |
| Hex | B2 | 59 | 6D | 0 | 32 | 27 | 1E | 15B | 25 | 34 |
| Octal | 262 | 131 | 155 | 0 | 62 | 47 | 36 | 533 | 45 | 64 |
| Binary | 10110010 | 1011001 | 1101101 | 0 | 110010 | 100111 | 11110 | 101011011 | 100101 | 110100 |
Color Harmonies of #B2596D
Complementary color
Monochromatic Colors of #B2596D
Black with #B2596D
Text Example
Text Example
White with #B2596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2596D; }
p { color: rgb(178,89,109); }
H1.HeaderClassName
{
color: #B2596D;
}
.AnyTagClassName
{
color: #B2596D;
}
</style>
background-color css
<style>
a { background-color: #B2596D; }
a { background-color: rgb(178,89,109); }
div.DivClassName
{
background-color: #B2596D;
}
.BgClassName
{
background-color: #B2596D;
}
</style>
border-color css
<style>
span { border-color: #B2596D; }
span { border-color: rgb(178,89,109); }
td.TdClassName
{
border-color: #B2596D;
}
.TagClassName
{
border-color: #B2596D;
}
</style>