Shades of Blush #B84966
Tints of Blush #B84966
RGB
CMYK
RGB Variations
Color information
#B84966 (or 0xB84966) is known color: Blush. HEX triplet: B8, 49 and 66. RGB value is (184,73,102). Sum of RGB (Red+Green+Blue) = 184+73+102=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B84966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84966 is #47B699. Grayscale: #6D6D6D. Windows color (decimal): -4699802 or 6703544. OLE color: 6703544.
HSL color Cylindrical-coordinate representation of color #B84966: hue angle of 344.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84966 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 102 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.28 |
| HSL | 344.32º | 0.44% | 0.5% | - |
| HSV(B) | 344.32º | 0.6% | 0.72% | - |
| XYZ | 24.55 | 15.91 | 14.35 | - |
| YUV | 109.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 102 | 0 | 0.60 | 0.45 | 0.28 | 344.32 | 0.44 | 0.5 |
| Hex | B8 | 49 | 66 | 0 | 3C | 2D | 1C | 158 | 2C | 32 |
| Octal | 270 | 111 | 146 | 0 | 74 | 55 | 34 | 530 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1100110 | 0 | 111100 | 101101 | 11100 | 101011000 | 101100 | 110010 |
Color Harmonies of #B84966
Complementary color
Monochromatic Colors of #B84966
Black with #B84966
Text Example
Text Example
White with #B84966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84966; }
p { color: rgb(184,73,102); }
H1.HeaderClassName
{
color: #B84966;
}
.AnyTagClassName
{
color: #B84966;
}
</style>
background-color css
<style>
a { background-color: #B84966; }
a { background-color: rgb(184,73,102); }
div.DivClassName
{
background-color: #B84966;
}
.BgClassName
{
background-color: #B84966;
}
</style>
border-color css
<style>
span { border-color: #B84966; }
span { border-color: rgb(184,73,102); }
td.TdClassName
{
border-color: #B84966;
}
.TagClassName
{
border-color: #B84966;
}
</style>