Shades of Blush #B9565E
Tints of Blush #B9565E
RGB
CMYK
RGB Variations
Color information
#B9565E (or 0xB9565E) is known color: Blush. HEX triplet: B9, 56 and 5E. RGB value is (185,86,94). Sum of RGB (Red+Green+Blue) = 185+86+94=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9565E is #46A9A1. Grayscale: #747474. Windows color (decimal): -4630946 or 6182585. OLE color: 6182585.
HSL color Cylindrical-coordinate representation of color #B9565E: hue angle of 355.15º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9565E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 94 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.27 |
| HSL | 355.15º | 0.41% | 0.53% | - |
| HSV(B) | 355.15º | 0.54% | 0.73% | - |
| XYZ | 25.36 | 17.78 | 12.68 | - |
| YUV | 116.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 94 | 0 | 0.54 | 0.49 | 0.27 | 355.15 | 0.41 | 0.53 |
| Hex | B9 | 56 | 5E | 0 | 36 | 31 | 1B | 163 | 29 | 35 |
| Octal | 271 | 126 | 136 | 0 | 66 | 61 | 33 | 543 | 51 | 65 |
| Binary | 10111001 | 1010110 | 1011110 | 0 | 110110 | 110001 | 11011 | 101100011 | 101001 | 110101 |
Color Harmonies of #B9565E
Complementary color
Monochromatic Colors of #B9565E
Black with #B9565E
Text Example
Text Example
White with #B9565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9565E; }
p { color: rgb(185,86,94); }
H1.HeaderClassName
{
color: #B9565E;
}
.AnyTagClassName
{
color: #B9565E;
}
</style>
background-color css
<style>
a { background-color: #B9565E; }
a { background-color: rgb(185,86,94); }
div.DivClassName
{
background-color: #B9565E;
}
.BgClassName
{
background-color: #B9565E;
}
</style>
border-color css
<style>
span { border-color: #B9565E; }
span { border-color: rgb(185,86,94); }
td.TdClassName
{
border-color: #B9565E;
}
.TagClassName
{
border-color: #B9565E;
}
</style>