Shades of Blush #B84E68
Tints of Blush #B84E68
RGB
CMYK
RGB Variations
Color information
#B84E68 (or 0xB84E68) is known color: Blush. HEX triplet: B8, 4E and 68. RGB value is (184,78,104). Sum of RGB (Red+Green+Blue) = 184+78+104=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E68 is #47B197. Grayscale: #707070. Windows color (decimal): -4698520 or 6835896. OLE color: 6835896.
HSL color Cylindrical-coordinate representation of color #B84E68: hue angle of 345.28º 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 #B84E68 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 104 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.28 |
| HSL | 345.28º | 0.43% | 0.51% | - |
| HSV(B) | 345.28º | 0.58% | 0.72% | - |
| XYZ | 24.99 | 16.64 | 14.99 | - |
| YUV | 112.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 104 | 0 | 0.58 | 0.43 | 0.28 | 345.28 | 0.43 | 0.51 |
| Hex | B8 | 4E | 68 | 0 | 3A | 2B | 1C | 159 | 2B | 33 |
| Octal | 270 | 116 | 150 | 0 | 72 | 53 | 34 | 531 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1101000 | 0 | 111010 | 101011 | 11100 | 101011001 | 101011 | 110011 |
Color Harmonies of #B84E68
Complementary color
Monochromatic Colors of #B84E68
Black with #B84E68
Text Example
Text Example
White with #B84E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E68; }
p { color: rgb(184,78,104); }
H1.HeaderClassName
{
color: #B84E68;
}
.AnyTagClassName
{
color: #B84E68;
}
</style>
background-color css
<style>
a { background-color: #B84E68; }
a { background-color: rgb(184,78,104); }
div.DivClassName
{
background-color: #B84E68;
}
.BgClassName
{
background-color: #B84E68;
}
</style>
border-color css
<style>
span { border-color: #B84E68; }
span { border-color: rgb(184,78,104); }
td.TdClassName
{
border-color: #B84E68;
}
.TagClassName
{
border-color: #B84E68;
}
</style>