Shades of Blush #B84C5E
Tints of Blush #B84C5E
RGB
CMYK
RGB Variations
Color information
#B84C5E (or 0xB84C5E) is known color: Blush. HEX triplet: B8, 4C and 5E. RGB value is (184,76,94). Sum of RGB (Red+Green+Blue) = 184+76+94=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C5E is #47B3A1. Grayscale: #6E6E6E. Windows color (decimal): -4699042 or 6180024. OLE color: 6180024.
HSL color Cylindrical-coordinate representation of color #B84C5E: hue angle of 350º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C5E is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 94 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.28 |
| HSL | 350º | 0.43% | 0.51% | - |
| HSV(B) | 350º | 0.59% | 0.72% | - |
| XYZ | 24.37 | 16.17 | 12.43 | - |
| YUV | 110.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 94 | 0 | 0.59 | 0.49 | 0.28 | 350 | 0.43 | 0.51 |
| Hex | B8 | 4C | 5E | 0 | 3B | 31 | 1C | 15E | 2B | 33 |
| Octal | 270 | 114 | 136 | 0 | 73 | 61 | 34 | 536 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1011110 | 0 | 111011 | 110001 | 11100 | 101011110 | 101011 | 110011 |
Color Harmonies of #B84C5E
Complementary color
Monochromatic Colors of #B84C5E
Black with #B84C5E
Text Example
Text Example
White with #B84C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C5E; }
p { color: rgb(184,76,94); }
H1.HeaderClassName
{
color: #B84C5E;
}
.AnyTagClassName
{
color: #B84C5E;
}
</style>
background-color css
<style>
a { background-color: #B84C5E; }
a { background-color: rgb(184,76,94); }
div.DivClassName
{
background-color: #B84C5E;
}
.BgClassName
{
background-color: #B84C5E;
}
</style>
border-color css
<style>
span { border-color: #B84C5E; }
span { border-color: rgb(184,76,94); }
td.TdClassName
{
border-color: #B84C5E;
}
.TagClassName
{
border-color: #B84C5E;
}
</style>