Shades of Blush #B94762
Tints of Blush #B94762
RGB
CMYK
RGB Variations
Color information
#B94762 (or 0xB94762) is known color: Blush. HEX triplet: B9, 47 and 62. RGB value is (185,71,98). Sum of RGB (Red+Green+Blue) = 185+71+98=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B94762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94762 is #46B89D. Grayscale: #6C6C6C. Windows color (decimal): -4634782 or 6440889. OLE color: 6440889.
HSL color Cylindrical-coordinate representation of color #B94762: hue angle of 345.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94762 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 98 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.27 |
| HSL | 345.79º | 0.45% | 0.5% | - |
| HSV(B) | 345.79º | 0.62% | 0.73% | - |
| XYZ | 24.47 | 15.7 | 13.3 | - |
| YUV | 108.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 98 | 0 | 0.62 | 0.47 | 0.27 | 345.79 | 0.45 | 0.5 |
| Hex | B9 | 47 | 62 | 0 | 3E | 2F | 1B | 15A | 2D | 32 |
| Octal | 271 | 107 | 142 | 0 | 76 | 57 | 33 | 532 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1100010 | 0 | 111110 | 101111 | 11011 | 101011010 | 101101 | 110010 |
Color Harmonies of #B94762
Complementary color
Monochromatic Colors of #B94762
Black with #B94762
Text Example
Text Example
White with #B94762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94762; }
p { color: rgb(185,71,98); }
H1.HeaderClassName
{
color: #B94762;
}
.AnyTagClassName
{
color: #B94762;
}
</style>
background-color css
<style>
a { background-color: #B94762; }
a { background-color: rgb(185,71,98); }
div.DivClassName
{
background-color: #B94762;
}
.BgClassName
{
background-color: #B94762;
}
</style>
border-color css
<style>
span { border-color: #B94762; }
span { border-color: rgb(185,71,98); }
td.TdClassName
{
border-color: #B94762;
}
.TagClassName
{
border-color: #B94762;
}
</style>