Shades of Royal Heath #B83B6D
Tints of Royal Heath #B83B6D
RGB
CMYK
RGB Variations
Color information
#B83B6D (or 0xB83B6D) is known color: Royal Heath. HEX triplet: B8, 3B and 6D. RGB value is (184,59,109). Sum of RGB (Red+Green+Blue) = 184+59+109=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B6D is #47C492. Grayscale: #656565. Windows color (decimal): -4703379 or 7158712. OLE color: 7158712.
HSL color Cylindrical-coordinate representation of color #B83B6D: hue angle of 336º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B6D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 109 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.28 |
| HSL | 336º | 0.51% | 0.48% | - |
| HSV(B) | 336º | 0.68% | 0.72% | - |
| XYZ | 24.09 | 14.42 | 15.98 | - |
| YUV | 102.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 109 | 0 | 0.68 | 0.41 | 0.28 | 336 | 0.51 | 0.48 |
| Hex | B8 | 3B | 6D | 0 | 44 | 29 | 1C | 150 | 33 | 30 |
| Octal | 270 | 73 | 155 | 0 | 104 | 51 | 34 | 520 | 63 | 60 |
| Binary | 10111000 | 111011 | 1101101 | 0 | 1000100 | 101001 | 11100 | 101010000 | 110011 | 110000 |
Color Harmonies of #B83B6D
Complementary color
Monochromatic Colors of #B83B6D
Black with #B83B6D
Text Example
Text Example
White with #B83B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B6D; }
p { color: rgb(184,59,109); }
H1.HeaderClassName
{
color: #B83B6D;
}
.AnyTagClassName
{
color: #B83B6D;
}
</style>
background-color css
<style>
a { background-color: #B83B6D; }
a { background-color: rgb(184,59,109); }
div.DivClassName
{
background-color: #B83B6D;
}
.BgClassName
{
background-color: #B83B6D;
}
</style>
border-color css
<style>
span { border-color: #B83B6D; }
span { border-color: rgb(184,59,109); }
td.TdClassName
{
border-color: #B83B6D;
}
.TagClassName
{
border-color: #B83B6D;
}
</style>