Shades of Blush #B95A60
Tints of Blush #B95A60
RGB
CMYK
RGB Variations
Color information
#B95A60 (or 0xB95A60) is known color: Blush. HEX triplet: B9, 5A and 60. RGB value is (185,90,96). Sum of RGB (Red+Green+Blue) = 185+90+96=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A60 is #46A59F. Grayscale: #777777. Windows color (decimal): -4629920 or 6314681. OLE color: 6314681.
HSL color Cylindrical-coordinate representation of color #B95A60: hue angle of 356.21º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A60 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 96 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.27 |
| HSL | 356.21º | 0.4% | 0.54% | - |
| HSV(B) | 356.21º | 0.51% | 0.73% | - |
| XYZ | 25.78 | 18.47 | 13.27 | - |
| YUV | 119.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 96 | 0 | 0.51 | 0.48 | 0.27 | 356.21 | 0.4 | 0.54 |
| Hex | B9 | 5A | 60 | 0 | 33 | 30 | 1B | 164 | 28 | 36 |
| Octal | 271 | 132 | 140 | 0 | 63 | 60 | 33 | 544 | 50 | 66 |
| Binary | 10111001 | 1011010 | 1100000 | 0 | 110011 | 110000 | 11011 | 101100100 | 101000 | 110110 |
Color Harmonies of #B95A60
Complementary color
Monochromatic Colors of #B95A60
Black with #B95A60
Text Example
Text Example
White with #B95A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A60; }
p { color: rgb(185,90,96); }
H1.HeaderClassName
{
color: #B95A60;
}
.AnyTagClassName
{
color: #B95A60;
}
</style>
background-color css
<style>
a { background-color: #B95A60; }
a { background-color: rgb(185,90,96); }
div.DivClassName
{
background-color: #B95A60;
}
.BgClassName
{
background-color: #B95A60;
}
</style>
border-color css
<style>
span { border-color: #B95A60; }
span { border-color: rgb(185,90,96); }
td.TdClassName
{
border-color: #B95A60;
}
.TagClassName
{
border-color: #B95A60;
}
</style>