Shades of Blush #B94761
Tints of Blush #B94761
RGB
CMYK
RGB Variations
Color information
#B94761 (or 0xB94761) is known color: Blush. HEX triplet: B9, 47 and 61. RGB value is (185,71,97). Sum of RGB (Red+Green+Blue) = 185+71+97=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B94761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94761 is #46B89E. Grayscale: #6C6C6C. Windows color (decimal): -4634783 or 6375353. OLE color: 6375353.
HSL color Cylindrical-coordinate representation of color #B94761: hue angle of 346.32º 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 #B94761 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 97 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.27 |
| HSL | 346.32º | 0.45% | 0.5% | - |
| HSV(B) | 346.32º | 0.62% | 0.73% | - |
| XYZ | 24.42 | 15.68 | 13.05 | - |
| YUV | 108.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 97 | 0 | 0.62 | 0.48 | 0.27 | 346.32 | 0.45 | 0.5 |
| Hex | B9 | 47 | 61 | 0 | 3E | 30 | 1B | 15A | 2D | 32 |
| Octal | 271 | 107 | 141 | 0 | 76 | 60 | 33 | 532 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1100001 | 0 | 111110 | 110000 | 11011 | 101011010 | 101101 | 110010 |
Color Harmonies of #B94761
Complementary color
Monochromatic Colors of #B94761
Black with #B94761
Text Example
Text Example
White with #B94761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94761; }
p { color: rgb(185,71,97); }
H1.HeaderClassName
{
color: #B94761;
}
.AnyTagClassName
{
color: #B94761;
}
</style>
background-color css
<style>
a { background-color: #B94761; }
a { background-color: rgb(185,71,97); }
div.DivClassName
{
background-color: #B94761;
}
.BgClassName
{
background-color: #B94761;
}
</style>
border-color css
<style>
span { border-color: #B94761; }
span { border-color: rgb(185,71,97); }
td.TdClassName
{
border-color: #B94761;
}
.TagClassName
{
border-color: #B94761;
}
</style>