Shades of Royal Heath #BD5D77
Tints of Royal Heath #BD5D77
RGB
CMYK
RGB Variations
Color information
#BD5D77 (or 0xBD5D77) is known color: Royal Heath. HEX triplet: BD, 5D and 77. RGB value is (189,93,119). Sum of RGB (Red+Green+Blue) = 189+93+119=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D77 is #42A288. Grayscale: #7C7C7C. Windows color (decimal): -4366985 or 7822781. OLE color: 7822781.
HSL color Cylindrical-coordinate representation of color #BD5D77: hue angle of 343.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5D77 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 119 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.26 |
| HSL | 343.75º | 0.42% | 0.55% | - |
| HSV(B) | 343.75º | 0.51% | 0.74% | - |
| XYZ | 28.23 | 19.98 | 19.82 | - |
| YUV | 124.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 119 | 0 | 0.51 | 0.37 | 0.26 | 343.75 | 0.42 | 0.55 |
| Hex | BD | 5D | 77 | 0 | 33 | 25 | 1A | 158 | 2A | 37 |
| Octal | 275 | 135 | 167 | 0 | 63 | 45 | 32 | 530 | 52 | 67 |
| Binary | 10111101 | 1011101 | 1110111 | 0 | 110011 | 100101 | 11010 | 101011000 | 101010 | 110111 |
Color Harmonies of #BD5D77
Complementary color
Monochromatic Colors of #BD5D77
Black with #BD5D77
Text Example
Text Example
White with #BD5D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D77; }
p { color: rgb(189,93,119); }
H1.HeaderClassName
{
color: #BD5D77;
}
.AnyTagClassName
{
color: #BD5D77;
}
</style>
background-color css
<style>
a { background-color: #BD5D77; }
a { background-color: rgb(189,93,119); }
div.DivClassName
{
background-color: #BD5D77;
}
.BgClassName
{
background-color: #BD5D77;
}
</style>
border-color css
<style>
span { border-color: #BD5D77; }
span { border-color: rgb(189,93,119); }
td.TdClassName
{
border-color: #BD5D77;
}
.TagClassName
{
border-color: #BD5D77;
}
</style>