Shades of Royal Heath #B04670
Tints of Royal Heath #B04670
RGB
CMYK
RGB Variations
Color information
#B04670 (or 0xB04670) is known color: Royal Heath. HEX triplet: B0, 46 and 70. RGB value is (176,70,112). Sum of RGB (Red+Green+Blue) = 176+70+112=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B04670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04670 is #4FB98F. Grayscale: #6A6A6A. Windows color (decimal): -5224848 or 7358128. OLE color: 7358128.
HSL color Cylindrical-coordinate representation of color #B04670: hue angle of 336.23º 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 #B04670 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 112 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.31 |
| HSL | 336.23º | 0.43% | 0.48% | - |
| HSV(B) | 336.23º | 0.6% | 0.69% | - |
| XYZ | 23.02 | 14.78 | 16.97 | - |
| YUV | 106.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 112 | 0 | 0.60 | 0.36 | 0.31 | 336.23 | 0.43 | 0.48 |
| Hex | B0 | 46 | 70 | 0 | 3C | 24 | 1F | 150 | 2B | 30 |
| Octal | 260 | 106 | 160 | 0 | 74 | 44 | 37 | 520 | 53 | 60 |
| Binary | 10110000 | 1000110 | 1110000 | 0 | 111100 | 100100 | 11111 | 101010000 | 101011 | 110000 |
Color Harmonies of #B04670
Complementary color
Monochromatic Colors of #B04670
Black with #B04670
Text Example
Text Example
White with #B04670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04670; }
p { color: rgb(176,70,112); }
H1.HeaderClassName
{
color: #B04670;
}
.AnyTagClassName
{
color: #B04670;
}
</style>
background-color css
<style>
a { background-color: #B04670; }
a { background-color: rgb(176,70,112); }
div.DivClassName
{
background-color: #B04670;
}
.BgClassName
{
background-color: #B04670;
}
</style>
border-color css
<style>
span { border-color: #B04670; }
span { border-color: rgb(176,70,112); }
td.TdClassName
{
border-color: #B04670;
}
.TagClassName
{
border-color: #B04670;
}
</style>