Shades of Royal Heath #B05982
Tints of Royal Heath #B05982
RGB
CMYK
RGB Variations
Color information
#B05982 (or 0xB05982) is known color: Royal Heath. HEX triplet: B0, 59 and 82. RGB value is (176,89,130). Sum of RGB (Red+Green+Blue) = 176+89+130=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B05982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05982 is #4FA67D. Grayscale: #777777. Windows color (decimal): -5219966 or 8542640. OLE color: 8542640.
HSL color Cylindrical-coordinate representation of color #B05982: hue angle of 331.72º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05982 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 130 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.31 |
| HSL | 331.72º | 0.36% | 0.52% | - |
| HSV(B) | 331.72º | 0.49% | 0.69% | - |
| XYZ | 25.51 | 17.99 | 23.25 | - |
| YUV | 119.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 130 | 0 | 0.49 | 0.26 | 0.31 | 331.72 | 0.36 | 0.52 |
| Hex | B0 | 59 | 82 | 0 | 31 | 1A | 1F | 14C | 24 | 34 |
| Octal | 260 | 131 | 202 | 0 | 61 | 32 | 37 | 514 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10000010 | 0 | 110001 | 11010 | 11111 | 101001100 | 100100 | 110100 |
Color Harmonies of #B05982
Complementary color
Monochromatic Colors of #B05982
Black with #B05982
Text Example
Text Example
White with #B05982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05982; }
p { color: rgb(176,89,130); }
H1.HeaderClassName
{
color: #B05982;
}
.AnyTagClassName
{
color: #B05982;
}
</style>
background-color css
<style>
a { background-color: #B05982; }
a { background-color: rgb(176,89,130); }
div.DivClassName
{
background-color: #B05982;
}
.BgClassName
{
background-color: #B05982;
}
</style>
border-color css
<style>
span { border-color: #B05982; }
span { border-color: rgb(176,89,130); }
td.TdClassName
{
border-color: #B05982;
}
.TagClassName
{
border-color: #B05982;
}
</style>