Shades of Royal Heath #B7466B
Tints of Royal Heath #B7466B
RGB
CMYK
RGB Variations
Color information
#B7466B (or 0xB7466B) is known color: Royal Heath. HEX triplet: B7, 46 and 6B. RGB value is (183,70,107). Sum of RGB (Red+Green+Blue) = 183+70+107=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7466B is #48B994. Grayscale: #6B6B6B. Windows color (decimal): -4766101 or 7030455. OLE color: 7030455.
HSL color Cylindrical-coordinate representation of color #B7466B: hue angle of 340.35º 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 #B7466B is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 107 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.28 |
| HSL | 340.35º | 0.45% | 0.5% | - |
| HSV(B) | 340.35º | 0.62% | 0.72% | - |
| XYZ | 24.37 | 15.51 | 15.62 | - |
| YUV | 108.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 107 | 0 | 0.62 | 0.42 | 0.28 | 340.35 | 0.45 | 0.5 |
| Hex | B7 | 46 | 6B | 0 | 3E | 2A | 1C | 154 | 2D | 32 |
| Octal | 267 | 106 | 153 | 0 | 76 | 52 | 34 | 524 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1101011 | 0 | 111110 | 101010 | 11100 | 101010100 | 101101 | 110010 |
Color Harmonies of #B7466B
Complementary color
Monochromatic Colors of #B7466B
Black with #B7466B
Text Example
Text Example
White with #B7466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7466B; }
p { color: rgb(183,70,107); }
H1.HeaderClassName
{
color: #B7466B;
}
.AnyTagClassName
{
color: #B7466B;
}
</style>
background-color css
<style>
a { background-color: #B7466B; }
a { background-color: rgb(183,70,107); }
div.DivClassName
{
background-color: #B7466B;
}
.BgClassName
{
background-color: #B7466B;
}
</style>
border-color css
<style>
span { border-color: #B7466B; }
span { border-color: rgb(183,70,107); }
td.TdClassName
{
border-color: #B7466B;
}
.TagClassName
{
border-color: #B7466B;
}
</style>