Shades of Royal Heath #BD4B73
Tints of Royal Heath #BD4B73
RGB
CMYK
RGB Variations
Color information
#BD4B73 (or 0xBD4B73) is known color: Royal Heath. HEX triplet: BD, 4B and 73. RGB value is (189,75,115). Sum of RGB (Red+Green+Blue) = 189+75+115=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B73 is #42B48C. Grayscale: #717171. Windows color (decimal): -4371597 or 7556029. OLE color: 7556029.
HSL color Cylindrical-coordinate representation of color #BD4B73: hue angle of 338.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B73 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 115 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.26 |
| HSL | 338.95º | 0.46% | 0.52% | - |
| HSV(B) | 338.95º | 0.6% | 0.74% | - |
| XYZ | 26.6 | 17.09 | 18.12 | - |
| YUV | 113.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 115 | 0 | 0.60 | 0.39 | 0.26 | 338.95 | 0.46 | 0.52 |
| Hex | BD | 4B | 73 | 0 | 3C | 27 | 1A | 153 | 2E | 34 |
| Octal | 275 | 113 | 163 | 0 | 74 | 47 | 32 | 523 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1110011 | 0 | 111100 | 100111 | 11010 | 101010011 | 101110 | 110100 |
Color Harmonies of #BD4B73
Complementary color
Monochromatic Colors of #BD4B73
Black with #BD4B73
Text Example
Text Example
White with #BD4B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B73; }
p { color: rgb(189,75,115); }
H1.HeaderClassName
{
color: #BD4B73;
}
.AnyTagClassName
{
color: #BD4B73;
}
</style>
background-color css
<style>
a { background-color: #BD4B73; }
a { background-color: rgb(189,75,115); }
div.DivClassName
{
background-color: #BD4B73;
}
.BgClassName
{
background-color: #BD4B73;
}
</style>
border-color css
<style>
span { border-color: #BD4B73; }
span { border-color: rgb(189,75,115); }
td.TdClassName
{
border-color: #BD4B73;
}
.TagClassName
{
border-color: #BD4B73;
}
</style>