Shades of Royal Heath #BD4073
Tints of Royal Heath #BD4073
RGB
CMYK
RGB Variations
Color information
#BD4073 (or 0xBD4073) is known color: Royal Heath. HEX triplet: BD, 40 and 73. RGB value is (189,64,115). Sum of RGB (Red+Green+Blue) = 189+64+115=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4073 is #42BF8C. Grayscale: #6B6B6B. Windows color (decimal): -4374413 or 7553213. OLE color: 7553213.
HSL color Cylindrical-coordinate representation of color #BD4073: hue angle of 335.52º 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 #BD4073 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 115 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.26 |
| HSL | 335.52º | 0.49% | 0.5% | - |
| HSV(B) | 335.52º | 0.66% | 0.74% | - |
| XYZ | 25.91 | 15.72 | 17.89 | - |
| YUV | 107.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 115 | 0 | 0.66 | 0.39 | 0.26 | 335.52 | 0.49 | 0.5 |
| Hex | BD | 40 | 73 | 0 | 42 | 27 | 1A | 150 | 31 | 32 |
| Octal | 275 | 100 | 163 | 0 | 102 | 47 | 32 | 520 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1110011 | 0 | 1000010 | 100111 | 11010 | 101010000 | 110001 | 110010 |
Color Harmonies of #BD4073
Complementary color
Monochromatic Colors of #BD4073
Black with #BD4073
Text Example
Text Example
White with #BD4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4073; }
p { color: rgb(189,64,115); }
H1.HeaderClassName
{
color: #BD4073;
}
.AnyTagClassName
{
color: #BD4073;
}
</style>
background-color css
<style>
a { background-color: #BD4073; }
a { background-color: rgb(189,64,115); }
div.DivClassName
{
background-color: #BD4073;
}
.BgClassName
{
background-color: #BD4073;
}
</style>
border-color css
<style>
span { border-color: #BD4073; }
span { border-color: rgb(189,64,115); }
td.TdClassName
{
border-color: #BD4073;
}
.TagClassName
{
border-color: #BD4073;
}
</style>