Shades of Royal Heath #BD406F
Tints of Royal Heath #BD406F
RGB
CMYK
RGB Variations
Color information
#BD406F (or 0xBD406F) is known color: Royal Heath. HEX triplet: BD, 40 and 6F. RGB value is (189,64,111). Sum of RGB (Red+Green+Blue) = 189+64+111=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD406F is #42BF90. Grayscale: #6A6A6A. Windows color (decimal): -4374417 or 7291069. OLE color: 7291069.
HSL color Cylindrical-coordinate representation of color #BD406F: hue angle of 337.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD406F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 111 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.26 |
| HSL | 337.44º | 0.49% | 0.5% | - |
| HSV(B) | 337.44º | 0.66% | 0.74% | - |
| XYZ | 25.69 | 15.63 | 16.7 | - |
| YUV | 106.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 111 | 0 | 0.66 | 0.41 | 0.26 | 337.44 | 0.49 | 0.5 |
| Hex | BD | 40 | 6F | 0 | 42 | 29 | 1A | 151 | 31 | 32 |
| Octal | 275 | 100 | 157 | 0 | 102 | 51 | 32 | 521 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1101111 | 0 | 1000010 | 101001 | 11010 | 101010001 | 110001 | 110010 |
Color Harmonies of #BD406F
Complementary color
Monochromatic Colors of #BD406F
Black with #BD406F
Text Example
Text Example
White with #BD406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD406F; }
p { color: rgb(189,64,111); }
H1.HeaderClassName
{
color: #BD406F;
}
.AnyTagClassName
{
color: #BD406F;
}
</style>
background-color css
<style>
a { background-color: #BD406F; }
a { background-color: rgb(189,64,111); }
div.DivClassName
{
background-color: #BD406F;
}
.BgClassName
{
background-color: #BD406F;
}
</style>
border-color css
<style>
span { border-color: #BD406F; }
span { border-color: rgb(189,64,111); }
td.TdClassName
{
border-color: #BD406F;
}
.TagClassName
{
border-color: #BD406F;
}
</style>