Shades of Blush #B84E6A
Tints of Blush #B84E6A
RGB
CMYK
RGB Variations
Color information
#B84E6A (or 0xB84E6A) is known color: Blush. HEX triplet: B8, 4E and 6A. RGB value is (184,78,106). Sum of RGB (Red+Green+Blue) = 184+78+106=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E6A is #47B195. Grayscale: #707070. Windows color (decimal): -4698518 or 6966968. OLE color: 6966968.
HSL color Cylindrical-coordinate representation of color #B84E6A: hue angle of 344.15º 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 #B84E6A is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 106 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.28 |
| HSL | 344.15º | 0.43% | 0.51% | - |
| HSV(B) | 344.15º | 0.58% | 0.72% | - |
| XYZ | 25.09 | 16.68 | 15.53 | - |
| YUV | 112.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 106 | 0 | 0.58 | 0.42 | 0.28 | 344.15 | 0.43 | 0.51 |
| Hex | B8 | 4E | 6A | 0 | 3A | 2A | 1C | 158 | 2B | 33 |
| Octal | 270 | 116 | 152 | 0 | 72 | 52 | 34 | 530 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1101010 | 0 | 111010 | 101010 | 11100 | 101011000 | 101011 | 110011 |
Color Harmonies of #B84E6A
Complementary color
Monochromatic Colors of #B84E6A
Black with #B84E6A
Text Example
Text Example
White with #B84E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E6A; }
p { color: rgb(184,78,106); }
H1.HeaderClassName
{
color: #B84E6A;
}
.AnyTagClassName
{
color: #B84E6A;
}
</style>
background-color css
<style>
a { background-color: #B84E6A; }
a { background-color: rgb(184,78,106); }
div.DivClassName
{
background-color: #B84E6A;
}
.BgClassName
{
background-color: #B84E6A;
}
</style>
border-color css
<style>
span { border-color: #B84E6A; }
span { border-color: rgb(184,78,106); }
td.TdClassName
{
border-color: #B84E6A;
}
.TagClassName
{
border-color: #B84E6A;
}
</style>