Shades of Royal Heath #B7466C
Tints of Royal Heath #B7466C
RGB
CMYK
RGB Variations
Color information
#B7466C (or 0xB7466C) is known color: Royal Heath. HEX triplet: B7, 46 and 6C. RGB value is (183,70,108). Sum of RGB (Red+Green+Blue) = 183+70+108=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7466C is #48B993. Grayscale: #6C6C6C. Windows color (decimal): -4766100 or 7095991. OLE color: 7095991.
HSL color Cylindrical-coordinate representation of color #B7466C: hue angle of 339.82º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7466C is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 108 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.28 |
| HSL | 339.82º | 0.45% | 0.5% | - |
| HSV(B) | 339.82º | 0.62% | 0.72% | - |
| XYZ | 24.43 | 15.53 | 15.9 | - |
| YUV | 108.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 108 | 0 | 0.62 | 0.41 | 0.28 | 339.82 | 0.45 | 0.5 |
| Hex | B7 | 46 | 6C | 0 | 3E | 29 | 1C | 154 | 2D | 32 |
| Octal | 267 | 106 | 154 | 0 | 76 | 51 | 34 | 524 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1101100 | 0 | 111110 | 101001 | 11100 | 101010100 | 101101 | 110010 |
Color Harmonies of #B7466C
Complementary color
Monochromatic Colors of #B7466C
Black with #B7466C
Text Example
Text Example
White with #B7466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7466C; }
p { color: rgb(183,70,108); }
H1.HeaderClassName
{
color: #B7466C;
}
.AnyTagClassName
{
color: #B7466C;
}
</style>
background-color css
<style>
a { background-color: #B7466C; }
a { background-color: rgb(183,70,108); }
div.DivClassName
{
background-color: #B7466C;
}
.BgClassName
{
background-color: #B7466C;
}
</style>
border-color css
<style>
span { border-color: #B7466C; }
span { border-color: rgb(183,70,108); }
td.TdClassName
{
border-color: #B7466C;
}
.TagClassName
{
border-color: #B7466C;
}
</style>