Shades of Royal Heath #BD366F
Tints of Royal Heath #BD366F
RGB
CMYK
RGB Variations
Color information
#BD366F (or 0xBD366F) is known color: Royal Heath. HEX triplet: BD, 36 and 6F. RGB value is (189,54,111). Sum of RGB (Red+Green+Blue) = 189+54+111=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD366F is #42C990. Grayscale: #646464. Windows color (decimal): -4376977 or 7288509. OLE color: 7288509.
HSL color Cylindrical-coordinate representation of color #BD366F: hue angle of 334.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD366F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 111 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.26 |
| HSL | 334.67º | 0.56% | 0.48% | - |
| HSV(B) | 334.67º | 0.71% | 0.74% | - |
| XYZ | 25.17 | 14.6 | 16.53 | - |
| YUV | 100.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 111 | 0 | 0.71 | 0.41 | 0.26 | 334.67 | 0.56 | 0.48 |
| Hex | BD | 36 | 6F | 0 | 47 | 29 | 1A | 14F | 38 | 30 |
| Octal | 275 | 66 | 157 | 0 | 107 | 51 | 32 | 517 | 70 | 60 |
| Binary | 10111101 | 110110 | 1101111 | 0 | 1000111 | 101001 | 11010 | 101001111 | 111000 | 110000 |
Color Harmonies of #BD366F
Complementary color
Monochromatic Colors of #BD366F
Black with #BD366F
Text Example
Text Example
White with #BD366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD366F; }
p { color: rgb(189,54,111); }
H1.HeaderClassName
{
color: #BD366F;
}
.AnyTagClassName
{
color: #BD366F;
}
</style>
background-color css
<style>
a { background-color: #BD366F; }
a { background-color: rgb(189,54,111); }
div.DivClassName
{
background-color: #BD366F;
}
.BgClassName
{
background-color: #BD366F;
}
</style>
border-color css
<style>
span { border-color: #BD366F; }
span { border-color: rgb(189,54,111); }
td.TdClassName
{
border-color: #BD366F;
}
.TagClassName
{
border-color: #BD366F;
}
</style>