Shades of Royal Heath #BD5E7A
Tints of Royal Heath #BD5E7A
RGB
CMYK
RGB Variations
Color information
#BD5E7A (or 0xBD5E7A) is known color: Royal Heath. HEX triplet: BD, 5E and 7A. RGB value is (189,94,122). Sum of RGB (Red+Green+Blue) = 189+94+122=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E7A is #42A185. Grayscale: #7D7D7D. Windows color (decimal): -4366726 or 8019645. OLE color: 8019645.
HSL color Cylindrical-coordinate representation of color #BD5E7A: hue angle of 342.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5E7A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 94 | 122 | - |
CMYK | 0 | 0.50 | 0.35 | 0.26 |
HSL | 342.32º | 0.42% | 0.55% | - |
HSV(B) | 342.32º | 0.5% | 0.74% | - |
XYZ | 28.5 | 20.23 | 20.81 | - |
YUV | 125.6 | 125.97 | 173.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 94 | 122 | 0 | 0.50 | 0.35 | 0.26 | 342.32 | 0.42 | 0.55 |
Hex | BD | 5E | 7A | 0 | 32 | 23 | 1A | 156 | 2A | 37 |
Octal | 275 | 136 | 172 | 0 | 62 | 43 | 32 | 526 | 52 | 67 |
Binary | 10111101 | 1011110 | 1111010 | 0 | 110010 | 100011 | 11010 | 101010110 | 101010 | 110111 |
Color Harmonies of #BD5E7A
Complementary color
Monochromatic Colors of #BD5E7A
Black with #BD5E7A
Text Example
Text Example
White with #BD5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E7A; }
p { color: rgb(189,94,122); }
H1.HeaderClassName
{
color: #BD5E7A;
}
.AnyTagClassName
{
color: #BD5E7A;
}
</style>
background-color css
<style>
a { background-color: #BD5E7A; }
a { background-color: rgb(189,94,122); }
div.DivClassName
{
background-color: #BD5E7A;
}
.BgClassName
{
background-color: #BD5E7A;
}
</style>
border-color css
<style>
span { border-color: #BD5E7A; }
span { border-color: rgb(189,94,122); }
td.TdClassName
{
border-color: #BD5E7A;
}
.TagClassName
{
border-color: #BD5E7A;
}
</style>