Shades of Blush #B84D64
Tints of Blush #B84D64
RGB
CMYK
RGB Variations
Color information
#B84D64 (or 0xB84D64) is known color: Blush. HEX triplet: B8, 4D and 64. RGB value is (184,77,100). Sum of RGB (Red+Green+Blue) = 184+77+100=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D64 is #47B29B. Grayscale: #6F6F6F. Windows color (decimal): -4698780 or 6573496. OLE color: 6573496.
HSL color Cylindrical-coordinate representation of color #B84D64: hue angle of 347.1º 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 #B84D64 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 100 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.28 |
| HSL | 347.1º | 0.43% | 0.51% | - |
| HSV(B) | 347.1º | 0.58% | 0.72% | - |
| XYZ | 24.72 | 16.42 | 13.92 | - |
| YUV | 111.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 100 | 0 | 0.58 | 0.46 | 0.28 | 347.1 | 0.43 | 0.51 |
| Hex | B8 | 4D | 64 | 0 | 3A | 2E | 1C | 15B | 2B | 33 |
| Octal | 270 | 115 | 144 | 0 | 72 | 56 | 34 | 533 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1100100 | 0 | 111010 | 101110 | 11100 | 101011011 | 101011 | 110011 |
Color Harmonies of #B84D64
Complementary color
Monochromatic Colors of #B84D64
Black with #B84D64
Text Example
Text Example
White with #B84D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D64; }
p { color: rgb(184,77,100); }
H1.HeaderClassName
{
color: #B84D64;
}
.AnyTagClassName
{
color: #B84D64;
}
</style>
background-color css
<style>
a { background-color: #B84D64; }
a { background-color: rgb(184,77,100); }
div.DivClassName
{
background-color: #B84D64;
}
.BgClassName
{
background-color: #B84D64;
}
</style>
border-color css
<style>
span { border-color: #B84D64; }
span { border-color: rgb(184,77,100); }
td.TdClassName
{
border-color: #B84D64;
}
.TagClassName
{
border-color: #B84D64;
}
</style>