Shades of Royal Heath #BD4469
Tints of Royal Heath #BD4469
RGB
CMYK
RGB Variations
Color information
#BD4469 (or 0xBD4469) is known color: Royal Heath. HEX triplet: BD, 44 and 69. RGB value is (189,68,105). Sum of RGB (Red+Green+Blue) = 189+68+105=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4469 is #42BB96. Grayscale: #6C6C6C. Windows color (decimal): -4373399 or 6898877. OLE color: 6898877.
HSL color Cylindrical-coordinate representation of color #BD4469: hue angle of 341.65º 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 #BD4469 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 105 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.26 |
| HSL | 341.65º | 0.48% | 0.5% | - |
| HSV(B) | 341.65º | 0.64% | 0.74% | - |
| XYZ | 25.6 | 15.97 | 15.1 | - |
| YUV | 108.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 105 | 0 | 0.64 | 0.44 | 0.26 | 341.65 | 0.48 | 0.5 |
| Hex | BD | 44 | 69 | 0 | 40 | 2C | 1A | 156 | 30 | 32 |
| Octal | 275 | 104 | 151 | 0 | 100 | 54 | 32 | 526 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1101001 | 0 | 1000000 | 101100 | 11010 | 101010110 | 110000 | 110010 |
Color Harmonies of #BD4469
Complementary color
Monochromatic Colors of #BD4469
Black with #BD4469
Text Example
Text Example
White with #BD4469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4469; }
p { color: rgb(189,68,105); }
H1.HeaderClassName
{
color: #BD4469;
}
.AnyTagClassName
{
color: #BD4469;
}
</style>
background-color css
<style>
a { background-color: #BD4469; }
a { background-color: rgb(189,68,105); }
div.DivClassName
{
background-color: #BD4469;
}
.BgClassName
{
background-color: #BD4469;
}
</style>
border-color css
<style>
span { border-color: #BD4469; }
span { border-color: rgb(189,68,105); }
td.TdClassName
{
border-color: #BD4469;
}
.TagClassName
{
border-color: #BD4469;
}
</style>