Shades of Blush #B94A5D
Tints of Blush #B94A5D
RGB
CMYK
RGB Variations
Color information
#B94A5D (or 0xB94A5D) is known color: Blush. HEX triplet: B9, 4A and 5D. RGB value is (185,74,93). Sum of RGB (Red+Green+Blue) = 185+74+93=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A5D is #46B5A2. Grayscale: #6D6D6D. Windows color (decimal): -4634019 or 6113977. OLE color: 6113977.
HSL color Cylindrical-coordinate representation of color #B94A5D: hue angle of 349.73º 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 #B94A5D is Cyan = 0, Magento = 0.6, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 93 | - |
| CMYK | 0 | 0.6 | 0.50 | 0.27 |
| HSL | 349.73º | 0.44% | 0.51% | - |
| HSV(B) | 349.73º | 0.6% | 0.73% | - |
| XYZ | 24.43 | 16 | 12.16 | - |
| YUV | 109.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 93 | 0 | 0.6 | 0.50 | 0.27 | 349.73 | 0.44 | 0.51 |
| Hex | B9 | 4A | 5D | 0 | 3C | 32 | 1B | 15E | 2C | 33 |
| Octal | 271 | 112 | 135 | 0 | 74 | 62 | 33 | 536 | 54 | 63 |
| Binary | 10111001 | 1001010 | 1011101 | 0 | 111100 | 110010 | 11011 | 101011110 | 101100 | 110011 |
Color Harmonies of #B94A5D
Complementary color
Monochromatic Colors of #B94A5D
Black with #B94A5D
Text Example
Text Example
White with #B94A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A5D; }
p { color: rgb(185,74,93); }
H1.HeaderClassName
{
color: #B94A5D;
}
.AnyTagClassName
{
color: #B94A5D;
}
</style>
background-color css
<style>
a { background-color: #B94A5D; }
a { background-color: rgb(185,74,93); }
div.DivClassName
{
background-color: #B94A5D;
}
.BgClassName
{
background-color: #B94A5D;
}
</style>
border-color css
<style>
span { border-color: #B94A5D; }
span { border-color: rgb(185,74,93); }
td.TdClassName
{
border-color: #B94A5D;
}
.TagClassName
{
border-color: #B94A5D;
}
</style>