Shades of Royal Heath #BD4176
Tints of Royal Heath #BD4176
RGB
CMYK
RGB Variations
Color information
#BD4176 (or 0xBD4176) is known color: Royal Heath. HEX triplet: BD, 41 and 76. RGB value is (189,65,118). Sum of RGB (Red+Green+Blue) = 189+65+118=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4176 is #42BE89. Grayscale: #6C6C6C. Windows color (decimal): -4374154 or 7750077. OLE color: 7750077.
HSL color Cylindrical-coordinate representation of color #BD4176: hue angle of 334.35º 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 #BD4176 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 118 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.26 |
| HSL | 334.35º | 0.49% | 0.5% | - |
| HSV(B) | 334.35º | 0.66% | 0.74% | - |
| XYZ | 26.15 | 15.91 | 18.83 | - |
| YUV | 108.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 118 | 0 | 0.66 | 0.38 | 0.26 | 334.35 | 0.49 | 0.5 |
| Hex | BD | 41 | 76 | 0 | 42 | 26 | 1A | 14E | 31 | 32 |
| Octal | 275 | 101 | 166 | 0 | 102 | 46 | 32 | 516 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1110110 | 0 | 1000010 | 100110 | 11010 | 101001110 | 110001 | 110010 |
Color Harmonies of #BD4176
Complementary color
Monochromatic Colors of #BD4176
Black with #BD4176
Text Example
Text Example
White with #BD4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4176; }
p { color: rgb(189,65,118); }
H1.HeaderClassName
{
color: #BD4176;
}
.AnyTagClassName
{
color: #BD4176;
}
</style>
background-color css
<style>
a { background-color: #BD4176; }
a { background-color: rgb(189,65,118); }
div.DivClassName
{
background-color: #BD4176;
}
.BgClassName
{
background-color: #BD4176;
}
</style>
border-color css
<style>
span { border-color: #BD4176; }
span { border-color: rgb(189,65,118); }
td.TdClassName
{
border-color: #BD4176;
}
.TagClassName
{
border-color: #BD4176;
}
</style>