Shades of Royal Heath #B6466C
Tints of Royal Heath #B6466C
RGB
CMYK
RGB Variations
Color information
#B6466C (or 0xB6466C) is known color: Royal Heath. HEX triplet: B6, 46 and 6C. RGB value is (182,70,108). Sum of RGB (Red+Green+Blue) = 182+70+108=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6466C is #49B993. Grayscale: #6B6B6B. Windows color (decimal): -4831636 or 7095990. OLE color: 7095990.
HSL color Cylindrical-coordinate representation of color #B6466C: hue angle of 339.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6466C is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 108 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.29 |
| HSL | 339.64º | 0.44% | 0.49% | - |
| HSV(B) | 339.64º | 0.62% | 0.71% | - |
| XYZ | 24.19 | 15.41 | 15.89 | - |
| YUV | 107.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 108 | 0 | 0.62 | 0.41 | 0.29 | 339.64 | 0.44 | 0.49 |
| Hex | B6 | 46 | 6C | 0 | 3E | 29 | 1D | 154 | 2C | 31 |
| Octal | 266 | 106 | 154 | 0 | 76 | 51 | 35 | 524 | 54 | 61 |
| Binary | 10110110 | 1000110 | 1101100 | 0 | 111110 | 101001 | 11101 | 101010100 | 101100 | 110001 |
Color Harmonies of #B6466C
Complementary color
Monochromatic Colors of #B6466C
Black with #B6466C
Text Example
Text Example
White with #B6466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6466C; }
p { color: rgb(182,70,108); }
H1.HeaderClassName
{
color: #B6466C;
}
.AnyTagClassName
{
color: #B6466C;
}
</style>
background-color css
<style>
a { background-color: #B6466C; }
a { background-color: rgb(182,70,108); }
div.DivClassName
{
background-color: #B6466C;
}
.BgClassName
{
background-color: #B6466C;
}
</style>
border-color css
<style>
span { border-color: #B6466C; }
span { border-color: rgb(182,70,108); }
td.TdClassName
{
border-color: #B6466C;
}
.TagClassName
{
border-color: #B6466C;
}
</style>