Shades of Royal Heath #B05282
Tints of Royal Heath #B05282
RGB
CMYK
RGB Variations
Color information
#B05282 (or 0xB05282) is known color: Royal Heath. HEX triplet: B0, 52 and 82. RGB value is (176,82,130). Sum of RGB (Red+Green+Blue) = 176+82+130=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05282 is #4FAD7D. Grayscale: #737373. Windows color (decimal): -5221758 or 8540848. OLE color: 8540848.
HSL color Cylindrical-coordinate representation of color #B05282: hue angle of 329.36º 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 #B05282 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 130 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.31 |
| HSL | 329.36º | 0.37% | 0.51% | - |
| HSV(B) | 329.36º | 0.53% | 0.69% | - |
| XYZ | 24.95 | 16.88 | 23.06 | - |
| YUV | 115.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 130 | 0 | 0.53 | 0.26 | 0.31 | 329.36 | 0.37 | 0.51 |
| Hex | B0 | 52 | 82 | 0 | 35 | 1A | 1F | 149 | 25 | 33 |
| Octal | 260 | 122 | 202 | 0 | 65 | 32 | 37 | 511 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10000010 | 0 | 110101 | 11010 | 11111 | 101001001 | 100101 | 110011 |
Color Harmonies of #B05282
Complementary color
Monochromatic Colors of #B05282
Black with #B05282
Text Example
Text Example
White with #B05282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05282; }
p { color: rgb(176,82,130); }
H1.HeaderClassName
{
color: #B05282;
}
.AnyTagClassName
{
color: #B05282;
}
</style>
background-color css
<style>
a { background-color: #B05282; }
a { background-color: rgb(176,82,130); }
div.DivClassName
{
background-color: #B05282;
}
.BgClassName
{
background-color: #B05282;
}
</style>
border-color css
<style>
span { border-color: #B05282; }
span { border-color: rgb(176,82,130); }
td.TdClassName
{
border-color: #B05282;
}
.TagClassName
{
border-color: #B05282;
}
</style>