Shades of Royal Heath #BD446B
Tints of Royal Heath #BD446B
RGB
CMYK
RGB Variations
Color information
#BD446B (or 0xBD446B) is known color: Royal Heath. HEX triplet: BD, 44 and 6B. RGB value is (189,68,107). Sum of RGB (Red+Green+Blue) = 189+68+107=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446B is #42BB94. Grayscale: #6C6C6C. Windows color (decimal): -4373397 or 7029949. OLE color: 7029949.
HSL color Cylindrical-coordinate representation of color #BD446B: hue angle of 340.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD446B is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 107 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.26 |
| HSL | 340.66º | 0.48% | 0.5% | - |
| HSV(B) | 340.66º | 0.64% | 0.74% | - |
| XYZ | 25.71 | 16.01 | 15.65 | - |
| YUV | 108.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 107 | 0 | 0.64 | 0.43 | 0.26 | 340.66 | 0.48 | 0.5 |
| Hex | BD | 44 | 6B | 0 | 40 | 2B | 1A | 155 | 30 | 32 |
| Octal | 275 | 104 | 153 | 0 | 100 | 53 | 32 | 525 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1101011 | 0 | 1000000 | 101011 | 11010 | 101010101 | 110000 | 110010 |
Color Harmonies of #BD446B
Complementary color
Monochromatic Colors of #BD446B
Black with #BD446B
Text Example
Text Example
White with #BD446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD446B; }
p { color: rgb(189,68,107); }
H1.HeaderClassName
{
color: #BD446B;
}
.AnyTagClassName
{
color: #BD446B;
}
</style>
background-color css
<style>
a { background-color: #BD446B; }
a { background-color: rgb(189,68,107); }
div.DivClassName
{
background-color: #BD446B;
}
.BgClassName
{
background-color: #BD446B;
}
</style>
border-color css
<style>
span { border-color: #BD446B; }
span { border-color: rgb(189,68,107); }
td.TdClassName
{
border-color: #BD446B;
}
.TagClassName
{
border-color: #BD446B;
}
</style>