Shades of Blush #B94C5D
Tints of Blush #B94C5D
RGB
CMYK
RGB Variations
Color information
#B94C5D (or 0xB94C5D) is known color: Blush. HEX triplet: B9, 4C and 5D. RGB value is (185,76,93). Sum of RGB (Red+Green+Blue) = 185+76+93=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C5D is #46B3A2. Grayscale: #6E6E6E. Windows color (decimal): -4633507 or 6114489. OLE color: 6114489.
HSL color Cylindrical-coordinate representation of color #B94C5D: hue angle of 350.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94C5D is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 93 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.27 |
| HSL | 350.64º | 0.44% | 0.51% | - |
| HSV(B) | 350.64º | 0.59% | 0.73% | - |
| XYZ | 24.57 | 16.27 | 12.2 | - |
| YUV | 110.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 93 | 0 | 0.59 | 0.50 | 0.27 | 350.64 | 0.44 | 0.51 |
| Hex | B9 | 4C | 5D | 0 | 3B | 32 | 1B | 15F | 2C | 33 |
| Octal | 271 | 114 | 135 | 0 | 73 | 62 | 33 | 537 | 54 | 63 |
| Binary | 10111001 | 1001100 | 1011101 | 0 | 111011 | 110010 | 11011 | 101011111 | 101100 | 110011 |
Color Harmonies of #B94C5D
Complementary color
Monochromatic Colors of #B94C5D
Black with #B94C5D
Text Example
Text Example
White with #B94C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C5D; }
p { color: rgb(185,76,93); }
H1.HeaderClassName
{
color: #B94C5D;
}
.AnyTagClassName
{
color: #B94C5D;
}
</style>
background-color css
<style>
a { background-color: #B94C5D; }
a { background-color: rgb(185,76,93); }
div.DivClassName
{
background-color: #B94C5D;
}
.BgClassName
{
background-color: #B94C5D;
}
</style>
border-color css
<style>
span { border-color: #B94C5D; }
span { border-color: rgb(185,76,93); }
td.TdClassName
{
border-color: #B94C5D;
}
.TagClassName
{
border-color: #B94C5D;
}
</style>