Shades of Blush #B95E60
Tints of Blush #B95E60
RGB
CMYK
RGB Variations
Color information
#B95E60 (or 0xB95E60) is known color: Blush. HEX triplet: B9, 5E and 60. RGB value is (185,94,96). Sum of RGB (Red+Green+Blue) = 185+94+96=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E60 is #46A19F. Grayscale: #797979. Windows color (decimal): -4628896 or 6315705. OLE color: 6315705.
HSL color Cylindrical-coordinate representation of color #B95E60: hue angle of 358.68º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E60 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 96 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.27 |
| HSL | 358.68º | 0.39% | 0.55% | - |
| HSV(B) | 358.68º | 0.49% | 0.73% | - |
| XYZ | 26.12 | 19.16 | 13.39 | - |
| YUV | 121.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 96 | 0 | 0.49 | 0.48 | 0.27 | 358.68 | 0.39 | 0.55 |
| Hex | B9 | 5E | 60 | 0 | 31 | 30 | 1B | 167 | 27 | 37 |
| Octal | 271 | 136 | 140 | 0 | 61 | 60 | 33 | 547 | 47 | 67 |
| Binary | 10111001 | 1011110 | 1100000 | 0 | 110001 | 110000 | 11011 | 101100111 | 100111 | 110111 |
Color Harmonies of #B95E60
Complementary color
Monochromatic Colors of #B95E60
Black with #B95E60
Text Example
Text Example
White with #B95E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E60; }
p { color: rgb(185,94,96); }
H1.HeaderClassName
{
color: #B95E60;
}
.AnyTagClassName
{
color: #B95E60;
}
</style>
background-color css
<style>
a { background-color: #B95E60; }
a { background-color: rgb(185,94,96); }
div.DivClassName
{
background-color: #B95E60;
}
.BgClassName
{
background-color: #B95E60;
}
</style>
border-color css
<style>
span { border-color: #B95E60; }
span { border-color: rgb(185,94,96); }
td.TdClassName
{
border-color: #B95E60;
}
.TagClassName
{
border-color: #B95E60;
}
</style>