Shades of Royal Heath #B84B6D
Tints of Royal Heath #B84B6D
RGB
CMYK
RGB Variations
Color information
#B84B6D (or 0xB84B6D) is known color: Royal Heath. HEX triplet: B8, 4B and 6D. RGB value is (184,75,109). Sum of RGB (Red+Green+Blue) = 184+75+109=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B6D is #47B492. Grayscale: #6F6F6F. Windows color (decimal): -4699283 or 7162808. OLE color: 7162808.
HSL color Cylindrical-coordinate representation of color #B84B6D: hue angle of 341.28º 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 #B84B6D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 109 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.28 |
| HSL | 341.28º | 0.43% | 0.51% | - |
| HSV(B) | 341.28º | 0.59% | 0.72% | - |
| XYZ | 25.04 | 16.33 | 16.3 | - |
| YUV | 111.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 109 | 0 | 0.59 | 0.41 | 0.28 | 341.28 | 0.43 | 0.51 |
| Hex | B8 | 4B | 6D | 0 | 3B | 29 | 1C | 155 | 2B | 33 |
| Octal | 270 | 113 | 155 | 0 | 73 | 51 | 34 | 525 | 53 | 63 |
| Binary | 10111000 | 1001011 | 1101101 | 0 | 111011 | 101001 | 11100 | 101010101 | 101011 | 110011 |
Color Harmonies of #B84B6D
Complementary color
Monochromatic Colors of #B84B6D
Black with #B84B6D
Text Example
Text Example
White with #B84B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B6D; }
p { color: rgb(184,75,109); }
H1.HeaderClassName
{
color: #B84B6D;
}
.AnyTagClassName
{
color: #B84B6D;
}
</style>
background-color css
<style>
a { background-color: #B84B6D; }
a { background-color: rgb(184,75,109); }
div.DivClassName
{
background-color: #B84B6D;
}
.BgClassName
{
background-color: #B84B6D;
}
</style>
border-color css
<style>
span { border-color: #B84B6D; }
span { border-color: rgb(184,75,109); }
td.TdClassName
{
border-color: #B84B6D;
}
.TagClassName
{
border-color: #B84B6D;
}
</style>