Shades of Royal Heath #B05370
Tints of Royal Heath #B05370
RGB
CMYK
RGB Variations
Color information
#B05370 (or 0xB05370) is known color: Royal Heath. HEX triplet: B0, 53 and 70. RGB value is (176,83,112). Sum of RGB (Red+Green+Blue) = 176+83+112=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B05370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05370 is #4FAC8F. Grayscale: #727272. Windows color (decimal): -5221520 or 7361456. OLE color: 7361456.
HSL color Cylindrical-coordinate representation of color #B05370: hue angle of 341.29º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05370 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 112 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.31 |
| HSL | 341.29º | 0.37% | 0.51% | - |
| HSV(B) | 341.29º | 0.53% | 0.69% | - |
| XYZ | 23.92 | 16.59 | 17.27 | - |
| YUV | 114.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 112 | 0 | 0.53 | 0.36 | 0.31 | 341.29 | 0.37 | 0.51 |
| Hex | B0 | 53 | 70 | 0 | 35 | 24 | 1F | 155 | 25 | 33 |
| Octal | 260 | 123 | 160 | 0 | 65 | 44 | 37 | 525 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1110000 | 0 | 110101 | 100100 | 11111 | 101010101 | 100101 | 110011 |
Color Harmonies of #B05370
Complementary color
Monochromatic Colors of #B05370
Black with #B05370
Text Example
Text Example
White with #B05370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05370; }
p { color: rgb(176,83,112); }
H1.HeaderClassName
{
color: #B05370;
}
.AnyTagClassName
{
color: #B05370;
}
</style>
background-color css
<style>
a { background-color: #B05370; }
a { background-color: rgb(176,83,112); }
div.DivClassName
{
background-color: #B05370;
}
.BgClassName
{
background-color: #B05370;
}
</style>
border-color css
<style>
span { border-color: #B05370; }
span { border-color: rgb(176,83,112); }
td.TdClassName
{
border-color: #B05370;
}
.TagClassName
{
border-color: #B05370;
}
</style>