Shades of Blush #B84D65
Tints of Blush #B84D65
RGB
CMYK
RGB Variations
Color information
#B84D65 (or 0xB84D65) is known color: Blush. HEX triplet: B8, 4D and 65. RGB value is (184,77,101). Sum of RGB (Red+Green+Blue) = 184+77+101=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D65 is #47B29A. Grayscale: #6F6F6F. Windows color (decimal): -4698779 or 6639032. OLE color: 6639032.
HSL color Cylindrical-coordinate representation of color #B84D65: hue angle of 346.54º 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 #B84D65 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 101 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.28 |
| HSL | 346.54º | 0.43% | 0.51% | - |
| HSV(B) | 346.54º | 0.58% | 0.72% | - |
| XYZ | 24.77 | 16.44 | 14.18 | - |
| YUV | 111.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 101 | 0 | 0.58 | 0.45 | 0.28 | 346.54 | 0.43 | 0.51 |
| Hex | B8 | 4D | 65 | 0 | 3A | 2D | 1C | 15B | 2B | 33 |
| Octal | 270 | 115 | 145 | 0 | 72 | 55 | 34 | 533 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1100101 | 0 | 111010 | 101101 | 11100 | 101011011 | 101011 | 110011 |
Color Harmonies of #B84D65
Complementary color
Monochromatic Colors of #B84D65
Black with #B84D65
Text Example
Text Example
White with #B84D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D65; }
p { color: rgb(184,77,101); }
H1.HeaderClassName
{
color: #B84D65;
}
.AnyTagClassName
{
color: #B84D65;
}
</style>
background-color css
<style>
a { background-color: #B84D65; }
a { background-color: rgb(184,77,101); }
div.DivClassName
{
background-color: #B84D65;
}
.BgClassName
{
background-color: #B84D65;
}
</style>
border-color css
<style>
span { border-color: #B84D65; }
span { border-color: rgb(184,77,101); }
td.TdClassName
{
border-color: #B84D65;
}
.TagClassName
{
border-color: #B84D65;
}
</style>