Shades of Royal Heath #B05484
Tints of Royal Heath #B05484
RGB
CMYK
RGB Variations
Color information
#B05484 (or 0xB05484) is known color: Royal Heath. HEX triplet: B0, 54 and 84. RGB value is (176,84,132). Sum of RGB (Red+Green+Blue) = 176+84+132=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05484 is #4FAB7B. Grayscale: #747474. Windows color (decimal): -5221244 or 8672432. OLE color: 8672432.
HSL color Cylindrical-coordinate representation of color #B05484: hue angle of 328.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05484 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 132 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.31 |
| HSL | 328.7º | 0.37% | 0.51% | - |
| HSV(B) | 328.7º | 0.52% | 0.69% | - |
| XYZ | 25.24 | 17.24 | 23.83 | - |
| YUV | 116.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 132 | 0 | 0.52 | 0.25 | 0.31 | 328.7 | 0.37 | 0.51 |
| Hex | B0 | 54 | 84 | 0 | 34 | 19 | 1F | 149 | 25 | 33 |
| Octal | 260 | 124 | 204 | 0 | 64 | 31 | 37 | 511 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10000100 | 0 | 110100 | 11001 | 11111 | 101001001 | 100101 | 110011 |
Color Harmonies of #B05484
Complementary color
Monochromatic Colors of #B05484
Black with #B05484
Text Example
Text Example
White with #B05484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05484; }
p { color: rgb(176,84,132); }
H1.HeaderClassName
{
color: #B05484;
}
.AnyTagClassName
{
color: #B05484;
}
</style>
background-color css
<style>
a { background-color: #B05484; }
a { background-color: rgb(176,84,132); }
div.DivClassName
{
background-color: #B05484;
}
.BgClassName
{
background-color: #B05484;
}
</style>
border-color css
<style>
span { border-color: #B05484; }
span { border-color: rgb(176,84,132); }
td.TdClassName
{
border-color: #B05484;
}
.TagClassName
{
border-color: #B05484;
}
</style>