Shades of Royal Heath #B04070
Tints of Royal Heath #B04070
RGB
CMYK
RGB Variations
Color information
#B04070 (or 0xB04070) is known color: Royal Heath. HEX triplet: B0, 40 and 70. RGB value is (176,64,112). Sum of RGB (Red+Green+Blue) = 176+64+112=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B04070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04070 is #4FBF8F. Grayscale: #666666. Windows color (decimal): -5226384 or 7356592. OLE color: 7356592.
HSL color Cylindrical-coordinate representation of color #B04070: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04070 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 112 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.31 |
| HSL | 334.29º | 0.47% | 0.47% | - |
| HSV(B) | 334.29º | 0.64% | 0.69% | - |
| XYZ | 22.66 | 14.07 | 16.85 | - |
| YUV | 102.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 112 | 0 | 0.64 | 0.36 | 0.31 | 334.29 | 0.47 | 0.47 |
| Hex | B0 | 40 | 70 | 0 | 40 | 24 | 1F | 14E | 2F | 2F |
| Octal | 260 | 100 | 160 | 0 | 100 | 44 | 37 | 516 | 57 | 57 |
| Binary | 10110000 | 1000000 | 1110000 | 0 | 1000000 | 100100 | 11111 | 101001110 | 101111 | 101111 |
Color Harmonies of #B04070
Complementary color
Monochromatic Colors of #B04070
Black with #B04070
Text Example
Text Example
White with #B04070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04070; }
p { color: rgb(176,64,112); }
H1.HeaderClassName
{
color: #B04070;
}
.AnyTagClassName
{
color: #B04070;
}
</style>
background-color css
<style>
a { background-color: #B04070; }
a { background-color: rgb(176,64,112); }
div.DivClassName
{
background-color: #B04070;
}
.BgClassName
{
background-color: #B04070;
}
</style>
border-color css
<style>
span { border-color: #B04070; }
span { border-color: rgb(176,64,112); }
td.TdClassName
{
border-color: #B04070;
}
.TagClassName
{
border-color: #B04070;
}
</style>