Shades of Blush #B95964
Tints of Blush #B95964
RGB
CMYK
RGB Variations
Color information
#B95964 (or 0xB95964) is known color: Blush. HEX triplet: B9, 59 and 64. RGB value is (185,89,100). Sum of RGB (Red+Green+Blue) = 185+89+100=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B95964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95964 is #46A69B. Grayscale: #777777. Windows color (decimal): -4630172 or 6576569. OLE color: 6576569.
HSL color Cylindrical-coordinate representation of color #B95964: hue angle of 353.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95964 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 100 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.27 |
| HSL | 353.13º | 0.41% | 0.54% | - |
| HSV(B) | 353.13º | 0.52% | 0.73% | - |
| XYZ | 25.88 | 18.38 | 14.24 | - |
| YUV | 118.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 100 | 0 | 0.52 | 0.46 | 0.27 | 353.13 | 0.41 | 0.54 |
| Hex | B9 | 59 | 64 | 0 | 34 | 2E | 1B | 161 | 29 | 36 |
| Octal | 271 | 131 | 144 | 0 | 64 | 56 | 33 | 541 | 51 | 66 |
| Binary | 10111001 | 1011001 | 1100100 | 0 | 110100 | 101110 | 11011 | 101100001 | 101001 | 110110 |
Color Harmonies of #B95964
Complementary color
Monochromatic Colors of #B95964
Black with #B95964
Text Example
Text Example
White with #B95964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95964; }
p { color: rgb(185,89,100); }
H1.HeaderClassName
{
color: #B95964;
}
.AnyTagClassName
{
color: #B95964;
}
</style>
background-color css
<style>
a { background-color: #B95964; }
a { background-color: rgb(185,89,100); }
div.DivClassName
{
background-color: #B95964;
}
.BgClassName
{
background-color: #B95964;
}
</style>
border-color css
<style>
span { border-color: #B95964; }
span { border-color: rgb(185,89,100); }
td.TdClassName
{
border-color: #B95964;
}
.TagClassName
{
border-color: #B95964;
}
</style>