Shades of Blush #B84868
Tints of Blush #B84868
RGB
CMYK
RGB Variations
Color information
#B84868 (or 0xB84868) is known color: Blush. HEX triplet: B8, 48 and 68. RGB value is (184,72,104). Sum of RGB (Red+Green+Blue) = 184+72+104=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B84868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84868 is #47B797. Grayscale: #6D6D6D. Windows color (decimal): -4700056 or 6834360. OLE color: 6834360.
HSL color Cylindrical-coordinate representation of color #B84868: hue angle of 342.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84868 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 104 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.28 |
| HSL | 342.86º | 0.44% | 0.5% | - |
| HSV(B) | 342.86º | 0.61% | 0.72% | - |
| XYZ | 24.58 | 15.82 | 14.86 | - |
| YUV | 109.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 104 | 0 | 0.61 | 0.43 | 0.28 | 342.86 | 0.44 | 0.5 |
| Hex | B8 | 48 | 68 | 0 | 3D | 2B | 1C | 157 | 2C | 32 |
| Octal | 270 | 110 | 150 | 0 | 75 | 53 | 34 | 527 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1101000 | 0 | 111101 | 101011 | 11100 | 101010111 | 101100 | 110010 |
Color Harmonies of #B84868
Complementary color
Monochromatic Colors of #B84868
Black with #B84868
Text Example
Text Example
White with #B84868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84868; }
p { color: rgb(184,72,104); }
H1.HeaderClassName
{
color: #B84868;
}
.AnyTagClassName
{
color: #B84868;
}
</style>
background-color css
<style>
a { background-color: #B84868; }
a { background-color: rgb(184,72,104); }
div.DivClassName
{
background-color: #B84868;
}
.BgClassName
{
background-color: #B84868;
}
</style>
border-color css
<style>
span { border-color: #B84868; }
span { border-color: rgb(184,72,104); }
td.TdClassName
{
border-color: #B84868;
}
.TagClassName
{
border-color: #B84868;
}
</style>