Shades of Royal Heath #BD446C
Tints of Royal Heath #BD446C
RGB
CMYK
RGB Variations
Color information
#BD446C (or 0xBD446C) is known color: Royal Heath. HEX triplet: BD, 44 and 6C. RGB value is (189,68,108). Sum of RGB (Red+Green+Blue) = 189+68+108=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD446C is #42BB93. Grayscale: #6C6C6C. Windows color (decimal): -4373396 or 7095485. OLE color: 7095485.
HSL color Cylindrical-coordinate representation of color #BD446C: hue angle of 340.17º 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 #BD446C is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 108 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.26 |
| HSL | 340.17º | 0.48% | 0.5% | - |
| HSV(B) | 340.17º | 0.64% | 0.74% | - |
| XYZ | 25.76 | 16.04 | 15.92 | - |
| YUV | 108.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 108 | 0 | 0.64 | 0.43 | 0.26 | 340.17 | 0.48 | 0.5 |
| Hex | BD | 44 | 6C | 0 | 40 | 2B | 1A | 154 | 30 | 32 |
| Octal | 275 | 104 | 154 | 0 | 100 | 53 | 32 | 524 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1101100 | 0 | 1000000 | 101011 | 11010 | 101010100 | 110000 | 110010 |
Color Harmonies of #BD446C
Complementary color
Monochromatic Colors of #BD446C
Black with #BD446C
Text Example
Text Example
White with #BD446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD446C; }
p { color: rgb(189,68,108); }
H1.HeaderClassName
{
color: #BD446C;
}
.AnyTagClassName
{
color: #BD446C;
}
</style>
background-color css
<style>
a { background-color: #BD446C; }
a { background-color: rgb(189,68,108); }
div.DivClassName
{
background-color: #BD446C;
}
.BgClassName
{
background-color: #BD446C;
}
</style>
border-color css
<style>
span { border-color: #BD446C; }
span { border-color: rgb(189,68,108); }
td.TdClassName
{
border-color: #BD446C;
}
.TagClassName
{
border-color: #BD446C;
}
</style>