Shades of Blush #B84E5C
Tints of Blush #B84E5C
RGB
CMYK
RGB Variations
Color information
#B84E5C (or 0xB84E5C) is known color: Blush. HEX triplet: B8, 4E and 5C. RGB value is (184,78,92). Sum of RGB (Red+Green+Blue) = 184+78+92=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E5C is #47B1A3. Grayscale: #6F6F6F. Windows color (decimal): -4698532 or 6049464. OLE color: 6049464.
HSL color Cylindrical-coordinate representation of color #B84E5C: hue angle of 352.08º 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 #B84E5C is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 92 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.28 |
| HSL | 352.08º | 0.43% | 0.51% | - |
| HSV(B) | 352.08º | 0.58% | 0.72% | - |
| XYZ | 24.42 | 16.41 | 12.01 | - |
| YUV | 111.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 92 | 0 | 0.58 | 0.50 | 0.28 | 352.08 | 0.43 | 0.51 |
| Hex | B8 | 4E | 5C | 0 | 3A | 32 | 1C | 160 | 2B | 33 |
| Octal | 270 | 116 | 134 | 0 | 72 | 62 | 34 | 540 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1011100 | 0 | 111010 | 110010 | 11100 | 101100000 | 101011 | 110011 |
Color Harmonies of #B84E5C
Complementary color
Monochromatic Colors of #B84E5C
Black with #B84E5C
Text Example
Text Example
White with #B84E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E5C; }
p { color: rgb(184,78,92); }
H1.HeaderClassName
{
color: #B84E5C;
}
.AnyTagClassName
{
color: #B84E5C;
}
</style>
background-color css
<style>
a { background-color: #B84E5C; }
a { background-color: rgb(184,78,92); }
div.DivClassName
{
background-color: #B84E5C;
}
.BgClassName
{
background-color: #B84E5C;
}
</style>
border-color css
<style>
span { border-color: #B84E5C; }
span { border-color: rgb(184,78,92); }
td.TdClassName
{
border-color: #B84E5C;
}
.TagClassName
{
border-color: #B84E5C;
}
</style>