Shades of Blush #B84E5D
Tints of Blush #B84E5D
RGB
CMYK
RGB Variations
Color information
#B84E5D (or 0xB84E5D) is known color: Blush. HEX triplet: B8, 4E and 5D. RGB value is (184,78,93). Sum of RGB (Red+Green+Blue) = 184+78+93=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E5D is #47B1A2. Grayscale: #6F6F6F. Windows color (decimal): -4698531 or 6115000. OLE color: 6115000.
HSL color Cylindrical-coordinate representation of color #B84E5D: hue angle of 351.51º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84E5D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 93 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.28 |
| HSL | 351.51º | 0.43% | 0.51% | - |
| HSV(B) | 351.51º | 0.58% | 0.72% | - |
| XYZ | 24.47 | 16.43 | 12.24 | - |
| YUV | 111.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 93 | 0 | 0.58 | 0.49 | 0.28 | 351.51 | 0.43 | 0.51 |
| Hex | B8 | 4E | 5D | 0 | 3A | 31 | 1C | 160 | 2B | 33 |
| Octal | 270 | 116 | 135 | 0 | 72 | 61 | 34 | 540 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1011101 | 0 | 111010 | 110001 | 11100 | 101100000 | 101011 | 110011 |
Color Harmonies of #B84E5D
Complementary color
Monochromatic Colors of #B84E5D
Black with #B84E5D
Text Example
Text Example
White with #B84E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E5D; }
p { color: rgb(184,78,93); }
H1.HeaderClassName
{
color: #B84E5D;
}
.AnyTagClassName
{
color: #B84E5D;
}
</style>
background-color css
<style>
a { background-color: #B84E5D; }
a { background-color: rgb(184,78,93); }
div.DivClassName
{
background-color: #B84E5D;
}
.BgClassName
{
background-color: #B84E5D;
}
</style>
border-color css
<style>
span { border-color: #B84E5D; }
span { border-color: rgb(184,78,93); }
td.TdClassName
{
border-color: #B84E5D;
}
.TagClassName
{
border-color: #B84E5D;
}
</style>