Shades of Blush #B84C69
Tints of Blush #B84C69
RGB
CMYK
RGB Variations
Color information
#B84C69 (or 0xB84C69) is known color: Blush. HEX triplet: B8, 4C and 69. RGB value is (184,76,105). Sum of RGB (Red+Green+Blue) = 184+76+105=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C69 is #47B396. Grayscale: #6F6F6F. Windows color (decimal): -4699031 or 6900920. OLE color: 6900920.
HSL color Cylindrical-coordinate representation of color #B84C69: hue angle of 343.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C69 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 105 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.28 |
| HSL | 343.89º | 0.43% | 0.51% | - |
| HSV(B) | 343.89º | 0.59% | 0.72% | - |
| XYZ | 24.9 | 16.38 | 15.21 | - |
| YUV | 111.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 105 | 0 | 0.59 | 0.43 | 0.28 | 343.89 | 0.43 | 0.51 |
| Hex | B8 | 4C | 69 | 0 | 3B | 2B | 1C | 158 | 2B | 33 |
| Octal | 270 | 114 | 151 | 0 | 73 | 53 | 34 | 530 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1101001 | 0 | 111011 | 101011 | 11100 | 101011000 | 101011 | 110011 |
Color Harmonies of #B84C69
Complementary color
Monochromatic Colors of #B84C69
Black with #B84C69
Text Example
Text Example
White with #B84C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C69; }
p { color: rgb(184,76,105); }
H1.HeaderClassName
{
color: #B84C69;
}
.AnyTagClassName
{
color: #B84C69;
}
</style>
background-color css
<style>
a { background-color: #B84C69; }
a { background-color: rgb(184,76,105); }
div.DivClassName
{
background-color: #B84C69;
}
.BgClassName
{
background-color: #B84C69;
}
</style>
border-color css
<style>
span { border-color: #B84C69; }
span { border-color: rgb(184,76,105); }
td.TdClassName
{
border-color: #B84C69;
}
.TagClassName
{
border-color: #B84C69;
}
</style>