Shades of Royal Heath #B6497B
Tints of Royal Heath #B6497B
RGB
CMYK
RGB Variations
Color information
#B6497B (or 0xB6497B) is known color: Royal Heath. HEX triplet: B6, 49 and 7B. RGB value is (182,73,123). Sum of RGB (Red+Green+Blue) = 182+73+123=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6497B is #49B684. Grayscale: #6F6F6F. Windows color (decimal): -4830853 or 8079798. OLE color: 8079798.
HSL color Cylindrical-coordinate representation of color #B6497B: hue angle of 332.48º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6497B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 123 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.29 |
| HSL | 332.48º | 0.43% | 0.5% | - |
| HSV(B) | 332.48º | 0.6% | 0.71% | - |
| XYZ | 25.25 | 16.14 | 20.52 | - |
| YUV | 111.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 123 | 0 | 0.60 | 0.32 | 0.29 | 332.48 | 0.43 | 0.5 |
| Hex | B6 | 49 | 7B | 0 | 3C | 20 | 1D | 14C | 2B | 32 |
| Octal | 266 | 111 | 173 | 0 | 74 | 40 | 35 | 514 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1111011 | 0 | 111100 | 100000 | 11101 | 101001100 | 101011 | 110010 |
Color Harmonies of #B6497B
Complementary color
Monochromatic Colors of #B6497B
Black with #B6497B
Text Example
Text Example
White with #B6497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6497B; }
p { color: rgb(182,73,123); }
H1.HeaderClassName
{
color: #B6497B;
}
.AnyTagClassName
{
color: #B6497B;
}
</style>
background-color css
<style>
a { background-color: #B6497B; }
a { background-color: rgb(182,73,123); }
div.DivClassName
{
background-color: #B6497B;
}
.BgClassName
{
background-color: #B6497B;
}
</style>
border-color css
<style>
span { border-color: #B6497B; }
span { border-color: rgb(182,73,123); }
td.TdClassName
{
border-color: #B6497B;
}
.TagClassName
{
border-color: #B6497B;
}
</style>