Shades of Royal Heath #BD4168
Tints of Royal Heath #BD4168
RGB
CMYK
RGB Variations
Color information
#BD4168 (or 0xBD4168) is known color: Royal Heath. HEX triplet: BD, 41 and 68. RGB value is (189,65,104). Sum of RGB (Red+Green+Blue) = 189+65+104=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4168 is #42BE97. Grayscale: #6A6A6A. Windows color (decimal): -4374168 or 6832573. OLE color: 6832573.
HSL color Cylindrical-coordinate representation of color #BD4168: hue angle of 341.13º 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 #BD4168 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 104 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.26 |
| HSL | 341.13º | 0.49% | 0.5% | - |
| HSV(B) | 341.13º | 0.66% | 0.74% | - |
| XYZ | 25.38 | 15.6 | 14.77 | - |
| YUV | 106.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 104 | 0 | 0.66 | 0.45 | 0.26 | 341.13 | 0.49 | 0.5 |
| Hex | BD | 41 | 68 | 0 | 42 | 2D | 1A | 155 | 31 | 32 |
| Octal | 275 | 101 | 150 | 0 | 102 | 55 | 32 | 525 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1101000 | 0 | 1000010 | 101101 | 11010 | 101010101 | 110001 | 110010 |
Color Harmonies of #BD4168
Complementary color
Monochromatic Colors of #BD4168
Black with #BD4168
Text Example
Text Example
White with #BD4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4168; }
p { color: rgb(189,65,104); }
H1.HeaderClassName
{
color: #BD4168;
}
.AnyTagClassName
{
color: #BD4168;
}
</style>
background-color css
<style>
a { background-color: #BD4168; }
a { background-color: rgb(189,65,104); }
div.DivClassName
{
background-color: #BD4168;
}
.BgClassName
{
background-color: #BD4168;
}
</style>
border-color css
<style>
span { border-color: #BD4168; }
span { border-color: rgb(189,65,104); }
td.TdClassName
{
border-color: #BD4168;
}
.TagClassName
{
border-color: #BD4168;
}
</style>