Shades of Royal Heath #B84C6D
Tints of Royal Heath #B84C6D
RGB
CMYK
RGB Variations
Color information
#B84C6D (or 0xB84C6D) is known color: Royal Heath. HEX triplet: B8, 4C and 6D. RGB value is (184,76,109). Sum of RGB (Red+Green+Blue) = 184+76+109=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C6D is #47B392. Grayscale: #707070. Windows color (decimal): -4699027 or 7163064. OLE color: 7163064.
HSL color Cylindrical-coordinate representation of color #B84C6D: hue angle of 341.67º 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 #B84C6D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 109 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.28 |
| HSL | 341.67º | 0.43% | 0.51% | - |
| HSV(B) | 341.67º | 0.59% | 0.72% | - |
| XYZ | 25.11 | 16.46 | 16.32 | - |
| YUV | 112.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 109 | 0 | 0.59 | 0.41 | 0.28 | 341.67 | 0.43 | 0.51 |
| Hex | B8 | 4C | 6D | 0 | 3B | 29 | 1C | 156 | 2B | 33 |
| Octal | 270 | 114 | 155 | 0 | 73 | 51 | 34 | 526 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1101101 | 0 | 111011 | 101001 | 11100 | 101010110 | 101011 | 110011 |
Color Harmonies of #B84C6D
Complementary color
Monochromatic Colors of #B84C6D
Black with #B84C6D
Text Example
Text Example
White with #B84C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C6D; }
p { color: rgb(184,76,109); }
H1.HeaderClassName
{
color: #B84C6D;
}
.AnyTagClassName
{
color: #B84C6D;
}
</style>
background-color css
<style>
a { background-color: #B84C6D; }
a { background-color: rgb(184,76,109); }
div.DivClassName
{
background-color: #B84C6D;
}
.BgClassName
{
background-color: #B84C6D;
}
</style>
border-color css
<style>
span { border-color: #B84C6D; }
span { border-color: rgb(184,76,109); }
td.TdClassName
{
border-color: #B84C6D;
}
.TagClassName
{
border-color: #B84C6D;
}
</style>