Shades of Blush #B84C65
Tints of Blush #B84C65
RGB
CMYK
RGB Variations
Color information
#B84C65 (or 0xB84C65) is known color: Blush. HEX triplet: B8, 4C and 65. RGB value is (184,76,101). Sum of RGB (Red+Green+Blue) = 184+76+101=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C65 is #47B39A. Grayscale: #6F6F6F. Windows color (decimal): -4699035 or 6638776. OLE color: 6638776.
HSL color Cylindrical-coordinate representation of color #B84C65: hue angle of 346.11º 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 #B84C65 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 101 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.28 |
| HSL | 346.11º | 0.43% | 0.51% | - |
| HSV(B) | 346.11º | 0.59% | 0.72% | - |
| XYZ | 24.7 | 16.3 | 14.16 | - |
| YUV | 111.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 101 | 0 | 0.59 | 0.45 | 0.28 | 346.11 | 0.43 | 0.51 |
| Hex | B8 | 4C | 65 | 0 | 3B | 2D | 1C | 15A | 2B | 33 |
| Octal | 270 | 114 | 145 | 0 | 73 | 55 | 34 | 532 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1100101 | 0 | 111011 | 101101 | 11100 | 101011010 | 101011 | 110011 |
Color Harmonies of #B84C65
Complementary color
Monochromatic Colors of #B84C65
Black with #B84C65
Text Example
Text Example
White with #B84C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C65; }
p { color: rgb(184,76,101); }
H1.HeaderClassName
{
color: #B84C65;
}
.AnyTagClassName
{
color: #B84C65;
}
</style>
background-color css
<style>
a { background-color: #B84C65; }
a { background-color: rgb(184,76,101); }
div.DivClassName
{
background-color: #B84C65;
}
.BgClassName
{
background-color: #B84C65;
}
</style>
border-color css
<style>
span { border-color: #B84C65; }
span { border-color: rgb(184,76,101); }
td.TdClassName
{
border-color: #B84C65;
}
.TagClassName
{
border-color: #B84C65;
}
</style>