Shades of Blush #B9556B
Tints of Blush #B9556B
RGB
CMYK
RGB Variations
Color information
#B9556B (or 0xB9556B) is known color: Blush. HEX triplet: B9, 55 and 6B. RGB value is (185,85,107). Sum of RGB (Red+Green+Blue) = 185+85+107=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9556B is #46AA94. Grayscale: #757575. Windows color (decimal): -4631189 or 7034297. OLE color: 7034297.
HSL color Cylindrical-coordinate representation of color #B9556B: hue angle of 346.8º 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 #B9556B is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 107 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.27 |
| HSL | 346.8º | 0.42% | 0.53% | - |
| HSV(B) | 346.8º | 0.54% | 0.73% | - |
| XYZ | 25.91 | 17.87 | 15.99 | - |
| YUV | 117.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 107 | 0 | 0.54 | 0.42 | 0.27 | 346.8 | 0.42 | 0.53 |
| Hex | B9 | 55 | 6B | 0 | 36 | 2A | 1B | 15B | 2A | 35 |
| Octal | 271 | 125 | 153 | 0 | 66 | 52 | 33 | 533 | 52 | 65 |
| Binary | 10111001 | 1010101 | 1101011 | 0 | 110110 | 101010 | 11011 | 101011011 | 101010 | 110101 |
Color Harmonies of #B9556B
Complementary color
Monochromatic Colors of #B9556B
Black with #B9556B
Text Example
Text Example
White with #B9556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9556B; }
p { color: rgb(185,85,107); }
H1.HeaderClassName
{
color: #B9556B;
}
.AnyTagClassName
{
color: #B9556B;
}
</style>
background-color css
<style>
a { background-color: #B9556B; }
a { background-color: rgb(185,85,107); }
div.DivClassName
{
background-color: #B9556B;
}
.BgClassName
{
background-color: #B9556B;
}
</style>
border-color css
<style>
span { border-color: #B9556B; }
span { border-color: rgb(185,85,107); }
td.TdClassName
{
border-color: #B9556B;
}
.TagClassName
{
border-color: #B9556B;
}
</style>