Shades of Royal Heath #B84B6C
Tints of Royal Heath #B84B6C
RGB
CMYK
RGB Variations
Color information
#B84B6C (or 0xB84B6C) is known color: Royal Heath. HEX triplet: B8, 4B and 6C. RGB value is (184,75,108). Sum of RGB (Red+Green+Blue) = 184+75+108=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B6C is #47B493. Grayscale: #6F6F6F. Windows color (decimal): -4699284 or 7097272. OLE color: 7097272.
HSL color Cylindrical-coordinate representation of color #B84B6C: hue angle of 341.83º 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 #B84B6C is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 108 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.28 |
| HSL | 341.83º | 0.43% | 0.51% | - |
| HSV(B) | 341.83º | 0.59% | 0.72% | - |
| XYZ | 24.99 | 16.31 | 16.02 | - |
| YUV | 111.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 108 | 0 | 0.59 | 0.41 | 0.28 | 341.83 | 0.43 | 0.51 |
| Hex | B8 | 4B | 6C | 0 | 3B | 29 | 1C | 156 | 2B | 33 |
| Octal | 270 | 113 | 154 | 0 | 73 | 51 | 34 | 526 | 53 | 63 |
| Binary | 10111000 | 1001011 | 1101100 | 0 | 111011 | 101001 | 11100 | 101010110 | 101011 | 110011 |
Color Harmonies of #B84B6C
Complementary color
Monochromatic Colors of #B84B6C
Black with #B84B6C
Text Example
Text Example
White with #B84B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B6C; }
p { color: rgb(184,75,108); }
H1.HeaderClassName
{
color: #B84B6C;
}
.AnyTagClassName
{
color: #B84B6C;
}
</style>
background-color css
<style>
a { background-color: #B84B6C; }
a { background-color: rgb(184,75,108); }
div.DivClassName
{
background-color: #B84B6C;
}
.BgClassName
{
background-color: #B84B6C;
}
</style>
border-color css
<style>
span { border-color: #B84B6C; }
span { border-color: rgb(184,75,108); }
td.TdClassName
{
border-color: #B84B6C;
}
.TagClassName
{
border-color: #B84B6C;
}
</style>