Shades of Royal Heath #B05378
Tints of Royal Heath #B05378
RGB
CMYK
RGB Variations
Color information
#B05378 (or 0xB05378) is known color: Royal Heath. HEX triplet: B0, 53 and 78. RGB value is (176,83,120). Sum of RGB (Red+Green+Blue) = 176+83+120=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B05378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05378 is #4FAC87. Grayscale: #727272. Windows color (decimal): -5221512 or 7885744. OLE color: 7885744.
HSL color Cylindrical-coordinate representation of color #B05378: hue angle of 336.13º 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 #B05378 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 120 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.31 |
| HSL | 336.13º | 0.37% | 0.51% | - |
| HSV(B) | 336.13º | 0.53% | 0.69% | - |
| XYZ | 24.39 | 16.77 | 19.72 | - |
| YUV | 115.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 120 | 0 | 0.53 | 0.32 | 0.31 | 336.13 | 0.37 | 0.51 |
| Hex | B0 | 53 | 78 | 0 | 35 | 20 | 1F | 150 | 25 | 33 |
| Octal | 260 | 123 | 170 | 0 | 65 | 40 | 37 | 520 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1111000 | 0 | 110101 | 100000 | 11111 | 101010000 | 100101 | 110011 |
Color Harmonies of #B05378
Complementary color
Monochromatic Colors of #B05378
Black with #B05378
Text Example
Text Example
White with #B05378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05378; }
p { color: rgb(176,83,120); }
H1.HeaderClassName
{
color: #B05378;
}
.AnyTagClassName
{
color: #B05378;
}
</style>
background-color css
<style>
a { background-color: #B05378; }
a { background-color: rgb(176,83,120); }
div.DivClassName
{
background-color: #B05378;
}
.BgClassName
{
background-color: #B05378;
}
</style>
border-color css
<style>
span { border-color: #B05378; }
span { border-color: rgb(176,83,120); }
td.TdClassName
{
border-color: #B05378;
}
.TagClassName
{
border-color: #B05378;
}
</style>