Shades of Royal Heath #B64073
Tints of Royal Heath #B64073
RGB
CMYK
RGB Variations
Color information
#B64073 (or 0xB64073) is known color: Royal Heath. HEX triplet: B6, 40 and 73. RGB value is (182,64,115). Sum of RGB (Red+Green+Blue) = 182+64+115=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B64073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64073 is #49BF8C. Grayscale: #696969. Windows color (decimal): -4833165 or 7553206. OLE color: 7553206.
HSL color Cylindrical-coordinate representation of color #B64073: hue angle of 334.07º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64073 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 115 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.29 |
| HSL | 334.07º | 0.48% | 0.48% | - |
| HSV(B) | 334.07º | 0.65% | 0.71% | - |
| XYZ | 24.22 | 14.85 | 17.81 | - |
| YUV | 105.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 115 | 0 | 0.65 | 0.37 | 0.29 | 334.07 | 0.48 | 0.48 |
| Hex | B6 | 40 | 73 | 0 | 41 | 25 | 1D | 14E | 30 | 30 |
| Octal | 266 | 100 | 163 | 0 | 101 | 45 | 35 | 516 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1110011 | 0 | 1000001 | 100101 | 11101 | 101001110 | 110000 | 110000 |
Color Harmonies of #B64073
Complementary color
Monochromatic Colors of #B64073
Black with #B64073
Text Example
Text Example
White with #B64073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64073; }
p { color: rgb(182,64,115); }
H1.HeaderClassName
{
color: #B64073;
}
.AnyTagClassName
{
color: #B64073;
}
</style>
background-color css
<style>
a { background-color: #B64073; }
a { background-color: rgb(182,64,115); }
div.DivClassName
{
background-color: #B64073;
}
.BgClassName
{
background-color: #B64073;
}
</style>
border-color css
<style>
span { border-color: #B64073; }
span { border-color: rgb(182,64,115); }
td.TdClassName
{
border-color: #B64073;
}
.TagClassName
{
border-color: #B64073;
}
</style>