Shades of Royal Heath #BD4373
Tints of Royal Heath #BD4373
RGB
CMYK
RGB Variations
Color information
#BD4373 (or 0xBD4373) is known color: Royal Heath. HEX triplet: BD, 43 and 73. RGB value is (189,67,115). Sum of RGB (Red+Green+Blue) = 189+67+115=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4373 is #42BC8C. Grayscale: #6C6C6C. Windows color (decimal): -4373645 or 7553981. OLE color: 7553981.
HSL color Cylindrical-coordinate representation of color #BD4373: hue angle of 336.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4373 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 115 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.26 |
| HSL | 336.39º | 0.48% | 0.5% | - |
| HSV(B) | 336.39º | 0.65% | 0.74% | - |
| XYZ | 26.09 | 16.07 | 17.95 | - |
| YUV | 108.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 115 | 0 | 0.65 | 0.39 | 0.26 | 336.39 | 0.48 | 0.5 |
| Hex | BD | 43 | 73 | 0 | 41 | 27 | 1A | 150 | 30 | 32 |
| Octal | 275 | 103 | 163 | 0 | 101 | 47 | 32 | 520 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1110011 | 0 | 1000001 | 100111 | 11010 | 101010000 | 110000 | 110010 |
Color Harmonies of #BD4373
Complementary color
Monochromatic Colors of #BD4373
Black with #BD4373
Text Example
Text Example
White with #BD4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4373; }
p { color: rgb(189,67,115); }
H1.HeaderClassName
{
color: #BD4373;
}
.AnyTagClassName
{
color: #BD4373;
}
</style>
background-color css
<style>
a { background-color: #BD4373; }
a { background-color: rgb(189,67,115); }
div.DivClassName
{
background-color: #BD4373;
}
.BgClassName
{
background-color: #BD4373;
}
</style>
border-color css
<style>
span { border-color: #BD4373; }
span { border-color: rgb(189,67,115); }
td.TdClassName
{
border-color: #BD4373;
}
.TagClassName
{
border-color: #BD4373;
}
</style>