Shades of Royal Heath #B0466E
Tints of Royal Heath #B0466E
RGB
CMYK
RGB Variations
Color information
#B0466E (or 0xB0466E) is known color: Royal Heath. HEX triplet: B0, 46 and 6E. RGB value is (176,70,110). Sum of RGB (Red+Green+Blue) = 176+70+110=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0466E is #4FB991. Grayscale: #6A6A6A. Windows color (decimal): -5224850 or 7227056. OLE color: 7227056.
HSL color Cylindrical-coordinate representation of color #B0466E: hue angle of 337.36º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0466E is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 110 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.31 |
| HSL | 337.36º | 0.43% | 0.48% | - |
| HSV(B) | 337.36º | 0.6% | 0.69% | - |
| XYZ | 22.91 | 14.74 | 16.39 | - |
| YUV | 106.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 110 | 0 | 0.60 | 0.37 | 0.31 | 337.36 | 0.43 | 0.48 |
| Hex | B0 | 46 | 6E | 0 | 3C | 25 | 1F | 151 | 2B | 30 |
| Octal | 260 | 106 | 156 | 0 | 74 | 45 | 37 | 521 | 53 | 60 |
| Binary | 10110000 | 1000110 | 1101110 | 0 | 111100 | 100101 | 11111 | 101010001 | 101011 | 110000 |
Color Harmonies of #B0466E
Complementary color
Monochromatic Colors of #B0466E
Black with #B0466E
Text Example
Text Example
White with #B0466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0466E; }
p { color: rgb(176,70,110); }
H1.HeaderClassName
{
color: #B0466E;
}
.AnyTagClassName
{
color: #B0466E;
}
</style>
background-color css
<style>
a { background-color: #B0466E; }
a { background-color: rgb(176,70,110); }
div.DivClassName
{
background-color: #B0466E;
}
.BgClassName
{
background-color: #B0466E;
}
</style>
border-color css
<style>
span { border-color: #B0466E; }
span { border-color: rgb(176,70,110); }
td.TdClassName
{
border-color: #B0466E;
}
.TagClassName
{
border-color: #B0466E;
}
</style>