Shades of Royal Heath #BD5170
Tints of Royal Heath #BD5170
RGB
CMYK
RGB Variations
Color information
#BD5170 (or 0xBD5170) is known color: Royal Heath. HEX triplet: BD, 51 and 70. RGB value is (189,81,112). Sum of RGB (Red+Green+Blue) = 189+81+112=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5170 is #42AE8F. Grayscale: #747474. Windows color (decimal): -4370064 or 7360957. OLE color: 7360957.
HSL color Cylindrical-coordinate representation of color #BD5170: hue angle of 342.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5170 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 112 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.26 |
| HSL | 342.78º | 0.45% | 0.53% | - |
| HSV(B) | 342.78º | 0.57% | 0.74% | - |
| XYZ | 26.85 | 17.87 | 17.36 | - |
| YUV | 116.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 112 | 0 | 0.57 | 0.41 | 0.26 | 342.78 | 0.45 | 0.53 |
| Hex | BD | 51 | 70 | 0 | 39 | 29 | 1A | 157 | 2D | 35 |
| Octal | 275 | 121 | 160 | 0 | 71 | 51 | 32 | 527 | 55 | 65 |
| Binary | 10111101 | 1010001 | 1110000 | 0 | 111001 | 101001 | 11010 | 101010111 | 101101 | 110101 |
Color Harmonies of #BD5170
Complementary color
Monochromatic Colors of #BD5170
Black with #BD5170
Text Example
Text Example
White with #BD5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5170; }
p { color: rgb(189,81,112); }
H1.HeaderClassName
{
color: #BD5170;
}
.AnyTagClassName
{
color: #BD5170;
}
</style>
background-color css
<style>
a { background-color: #BD5170; }
a { background-color: rgb(189,81,112); }
div.DivClassName
{
background-color: #BD5170;
}
.BgClassName
{
background-color: #BD5170;
}
</style>
border-color css
<style>
span { border-color: #BD5170; }
span { border-color: rgb(189,81,112); }
td.TdClassName
{
border-color: #BD5170;
}
.TagClassName
{
border-color: #BD5170;
}
</style>