Shades of Royal Heath #BD4A6E
Tints of Royal Heath #BD4A6E
RGB
CMYK
RGB Variations
Color information
#BD4A6E (or 0xBD4A6E) is known color: Royal Heath. HEX triplet: BD, 4A and 6E. RGB value is (189,74,110). Sum of RGB (Red+Green+Blue) = 189+74+110=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A6E is #42B591. Grayscale: #707070. Windows color (decimal): -4371858 or 7228093. OLE color: 7228093.
HSL color Cylindrical-coordinate representation of color #BD4A6E: hue angle of 341.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A6E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 110 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.26 |
| HSL | 341.22º | 0.47% | 0.52% | - |
| HSV(B) | 341.22º | 0.61% | 0.74% | - |
| XYZ | 26.25 | 16.84 | 16.62 | - |
| YUV | 112.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 110 | 0 | 0.61 | 0.42 | 0.26 | 341.22 | 0.47 | 0.52 |
| Hex | BD | 4A | 6E | 0 | 3D | 2A | 1A | 155 | 2F | 34 |
| Octal | 275 | 112 | 156 | 0 | 75 | 52 | 32 | 525 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1101110 | 0 | 111101 | 101010 | 11010 | 101010101 | 101111 | 110100 |
Color Harmonies of #BD4A6E
Complementary color
Monochromatic Colors of #BD4A6E
Black with #BD4A6E
Text Example
Text Example
White with #BD4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A6E; }
p { color: rgb(189,74,110); }
H1.HeaderClassName
{
color: #BD4A6E;
}
.AnyTagClassName
{
color: #BD4A6E;
}
</style>
background-color css
<style>
a { background-color: #BD4A6E; }
a { background-color: rgb(189,74,110); }
div.DivClassName
{
background-color: #BD4A6E;
}
.BgClassName
{
background-color: #BD4A6E;
}
</style>
border-color css
<style>
span { border-color: #BD4A6E; }
span { border-color: rgb(189,74,110); }
td.TdClassName
{
border-color: #BD4A6E;
}
.TagClassName
{
border-color: #BD4A6E;
}
</style>