Shades of Royal Heath #B05D7C
Tints of Royal Heath #B05D7C
RGB
CMYK
RGB Variations
Color information
#B05D7C (or 0xB05D7C) is known color: Royal Heath. HEX triplet: B0, 5D and 7C. RGB value is (176,93,124). Sum of RGB (Red+Green+Blue) = 176+93+124=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D7C is #4FA283. Grayscale: #797979. Windows color (decimal): -5218948 or 8150448. OLE color: 8150448.
HSL color Cylindrical-coordinate representation of color #B05D7C: hue angle of 337.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D7C is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 124 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.31 |
| HSL | 337.59º | 0.34% | 0.53% | - |
| HSV(B) | 337.59º | 0.47% | 0.69% | - |
| XYZ | 25.46 | 18.51 | 21.3 | - |
| YUV | 121.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 124 | 0 | 0.47 | 0.30 | 0.31 | 337.59 | 0.34 | 0.53 |
| Hex | B0 | 5D | 7C | 0 | 2F | 1E | 1F | 152 | 22 | 35 |
| Octal | 260 | 135 | 174 | 0 | 57 | 36 | 37 | 522 | 42 | 65 |
| Binary | 10110000 | 1011101 | 1111100 | 0 | 101111 | 11110 | 11111 | 101010010 | 100010 | 110101 |
Color Harmonies of #B05D7C
Complementary color
Monochromatic Colors of #B05D7C
Black with #B05D7C
Text Example
Text Example
White with #B05D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D7C; }
p { color: rgb(176,93,124); }
H1.HeaderClassName
{
color: #B05D7C;
}
.AnyTagClassName
{
color: #B05D7C;
}
</style>
background-color css
<style>
a { background-color: #B05D7C; }
a { background-color: rgb(176,93,124); }
div.DivClassName
{
background-color: #B05D7C;
}
.BgClassName
{
background-color: #B05D7C;
}
</style>
border-color css
<style>
span { border-color: #B05D7C; }
span { border-color: rgb(176,93,124); }
td.TdClassName
{
border-color: #B05D7C;
}
.TagClassName
{
border-color: #B05D7C;
}
</style>