Shades of Blush #B84E6D
Tints of Blush #B84E6D
RGB
CMYK
RGB Variations
Color information
#B84E6D (or 0xB84E6D) is known color: Blush. HEX triplet: B8, 4E and 6D. RGB value is (184,78,109). Sum of RGB (Red+Green+Blue) = 184+78+109=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E6D is #47B192. Grayscale: #717171. Windows color (decimal): -4698515 or 7163576. OLE color: 7163576.
HSL color Cylindrical-coordinate representation of color #B84E6D: hue angle of 342.45º 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 #B84E6D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 109 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.28 |
| HSL | 342.45º | 0.43% | 0.51% | - |
| HSV(B) | 342.45º | 0.58% | 0.72% | - |
| XYZ | 25.25 | 16.74 | 16.37 | - |
| YUV | 113.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 109 | 0 | 0.58 | 0.41 | 0.28 | 342.45 | 0.43 | 0.51 |
| Hex | B8 | 4E | 6D | 0 | 3A | 29 | 1C | 156 | 2B | 33 |
| Octal | 270 | 116 | 155 | 0 | 72 | 51 | 34 | 526 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1101101 | 0 | 111010 | 101001 | 11100 | 101010110 | 101011 | 110011 |
Color Harmonies of #B84E6D
Complementary color
Monochromatic Colors of #B84E6D
Black with #B84E6D
Text Example
Text Example
White with #B84E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E6D; }
p { color: rgb(184,78,109); }
H1.HeaderClassName
{
color: #B84E6D;
}
.AnyTagClassName
{
color: #B84E6D;
}
</style>
background-color css
<style>
a { background-color: #B84E6D; }
a { background-color: rgb(184,78,109); }
div.DivClassName
{
background-color: #B84E6D;
}
.BgClassName
{
background-color: #B84E6D;
}
</style>
border-color css
<style>
span { border-color: #B84E6D; }
span { border-color: rgb(184,78,109); }
td.TdClassName
{
border-color: #B84E6D;
}
.TagClassName
{
border-color: #B84E6D;
}
</style>