Shades of Blush #B9556D
Tints of Blush #B9556D
RGB
CMYK
RGB Variations
Color information
#B9556D (or 0xB9556D) is known color: Blush. HEX triplet: B9, 55 and 6D. RGB value is (185,85,109). Sum of RGB (Red+Green+Blue) = 185+85+109=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9556D is #46AA92. Grayscale: #757575. Windows color (decimal): -4631187 or 7165369. OLE color: 7165369.
HSL color Cylindrical-coordinate representation of color #B9556D: hue angle of 345.6º degrees, saturation: 0.42, 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 #B9556D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 109 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.27 |
| HSL | 345.6º | 0.42% | 0.53% | - |
| HSV(B) | 345.6º | 0.54% | 0.73% | - |
| XYZ | 26.02 | 17.92 | 16.55 | - |
| YUV | 117.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 109 | 0 | 0.54 | 0.41 | 0.27 | 345.6 | 0.42 | 0.53 |
| Hex | B9 | 55 | 6D | 0 | 36 | 29 | 1B | 15A | 2A | 35 |
| Octal | 271 | 125 | 155 | 0 | 66 | 51 | 33 | 532 | 52 | 65 |
| Binary | 10111001 | 1010101 | 1101101 | 0 | 110110 | 101001 | 11011 | 101011010 | 101010 | 110101 |
Color Harmonies of #B9556D
Complementary color
Monochromatic Colors of #B9556D
Black with #B9556D
Text Example
Text Example
White with #B9556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9556D; }
p { color: rgb(185,85,109); }
H1.HeaderClassName
{
color: #B9556D;
}
.AnyTagClassName
{
color: #B9556D;
}
</style>
background-color css
<style>
a { background-color: #B9556D; }
a { background-color: rgb(185,85,109); }
div.DivClassName
{
background-color: #B9556D;
}
.BgClassName
{
background-color: #B9556D;
}
</style>
border-color css
<style>
span { border-color: #B9556D; }
span { border-color: rgb(185,85,109); }
td.TdClassName
{
border-color: #B9556D;
}
.TagClassName
{
border-color: #B9556D;
}
</style>