Shades of Blush #B94E5D
Tints of Blush #B94E5D
RGB
CMYK
RGB Variations
Color information
#B94E5D (or 0xB94E5D) is known color: Blush. HEX triplet: B9, 4E and 5D. RGB value is (185,78,93). Sum of RGB (Red+Green+Blue) = 185+78+93=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E5D is #46B1A2. Grayscale: #6F6F6F. Windows color (decimal): -4632995 or 6115001. OLE color: 6115001.
HSL color Cylindrical-coordinate representation of color #B94E5D: hue angle of 351.59º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E5D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 93 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.27 |
| HSL | 351.59º | 0.43% | 0.52% | - |
| HSV(B) | 351.59º | 0.58% | 0.73% | - |
| XYZ | 24.71 | 16.55 | 12.25 | - |
| YUV | 111.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 93 | 0 | 0.58 | 0.50 | 0.27 | 351.59 | 0.43 | 0.52 |
| Hex | B9 | 4E | 5D | 0 | 3A | 32 | 1B | 160 | 2B | 34 |
| Octal | 271 | 116 | 135 | 0 | 72 | 62 | 33 | 540 | 53 | 64 |
| Binary | 10111001 | 1001110 | 1011101 | 0 | 111010 | 110010 | 11011 | 101100000 | 101011 | 110100 |
Color Harmonies of #B94E5D
Complementary color
Monochromatic Colors of #B94E5D
Black with #B94E5D
Text Example
Text Example
White with #B94E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E5D; }
p { color: rgb(185,78,93); }
H1.HeaderClassName
{
color: #B94E5D;
}
.AnyTagClassName
{
color: #B94E5D;
}
</style>
background-color css
<style>
a { background-color: #B94E5D; }
a { background-color: rgb(185,78,93); }
div.DivClassName
{
background-color: #B94E5D;
}
.BgClassName
{
background-color: #B94E5D;
}
</style>
border-color css
<style>
span { border-color: #B94E5D; }
span { border-color: rgb(185,78,93); }
td.TdClassName
{
border-color: #B94E5D;
}
.TagClassName
{
border-color: #B94E5D;
}
</style>