Shades of Blush #B94A5E
Tints of Blush #B94A5E
RGB
CMYK
RGB Variations
Color information
#B94A5E (or 0xB94A5E) is known color: Blush. HEX triplet: B9, 4A and 5E. RGB value is (185,74,94). Sum of RGB (Red+Green+Blue) = 185+74+94=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A5E is #46B5A1. Grayscale: #6D6D6D. Windows color (decimal): -4634018 or 6179513. OLE color: 6179513.
HSL color Cylindrical-coordinate representation of color #B94A5E: hue angle of 349.19º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A5E is Cyan = 0, Magento = 0.6, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 94 | - |
| CMYK | 0 | 0.6 | 0.49 | 0.27 |
| HSL | 349.19º | 0.44% | 0.51% | - |
| HSV(B) | 349.19º | 0.6% | 0.73% | - |
| XYZ | 24.48 | 16.02 | 12.39 | - |
| YUV | 109.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 94 | 0 | 0.6 | 0.49 | 0.27 | 349.19 | 0.44 | 0.51 |
| Hex | B9 | 4A | 5E | 0 | 3C | 31 | 1B | 15D | 2C | 33 |
| Octal | 271 | 112 | 136 | 0 | 74 | 61 | 33 | 535 | 54 | 63 |
| Binary | 10111001 | 1001010 | 1011110 | 0 | 111100 | 110001 | 11011 | 101011101 | 101100 | 110011 |
Color Harmonies of #B94A5E
Complementary color
Monochromatic Colors of #B94A5E
Black with #B94A5E
Text Example
Text Example
White with #B94A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A5E; }
p { color: rgb(185,74,94); }
H1.HeaderClassName
{
color: #B94A5E;
}
.AnyTagClassName
{
color: #B94A5E;
}
</style>
background-color css
<style>
a { background-color: #B94A5E; }
a { background-color: rgb(185,74,94); }
div.DivClassName
{
background-color: #B94A5E;
}
.BgClassName
{
background-color: #B94A5E;
}
</style>
border-color css
<style>
span { border-color: #B94A5E; }
span { border-color: rgb(185,74,94); }
td.TdClassName
{
border-color: #B94A5E;
}
.TagClassName
{
border-color: #B94A5E;
}
</style>