Shades of Royal Heath #BD4169
Tints of Royal Heath #BD4169
RGB
CMYK
RGB Variations
Color information
#BD4169 (or 0xBD4169) is known color: Royal Heath. HEX triplet: BD, 41 and 69. RGB value is (189,65,105). Sum of RGB (Red+Green+Blue) = 189+65+105=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4169 is #42BE96. Grayscale: #6A6A6A. Windows color (decimal): -4374167 or 6898109. OLE color: 6898109.
HSL color Cylindrical-coordinate representation of color #BD4169: hue angle of 340.65º 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 #BD4169 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 105 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.26 |
| HSL | 340.65º | 0.49% | 0.5% | - |
| HSV(B) | 340.65º | 0.66% | 0.74% | - |
| XYZ | 25.43 | 15.62 | 15.04 | - |
| YUV | 106.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 105 | 0 | 0.66 | 0.44 | 0.26 | 340.65 | 0.49 | 0.5 |
| Hex | BD | 41 | 69 | 0 | 42 | 2C | 1A | 155 | 31 | 32 |
| Octal | 275 | 101 | 151 | 0 | 102 | 54 | 32 | 525 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1101001 | 0 | 1000010 | 101100 | 11010 | 101010101 | 110001 | 110010 |
Color Harmonies of #BD4169
Complementary color
Monochromatic Colors of #BD4169
Black with #BD4169
Text Example
Text Example
White with #BD4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4169; }
p { color: rgb(189,65,105); }
H1.HeaderClassName
{
color: #BD4169;
}
.AnyTagClassName
{
color: #BD4169;
}
</style>
background-color css
<style>
a { background-color: #BD4169; }
a { background-color: rgb(189,65,105); }
div.DivClassName
{
background-color: #BD4169;
}
.BgClassName
{
background-color: #BD4169;
}
</style>
border-color css
<style>
span { border-color: #BD4169; }
span { border-color: rgb(189,65,105); }
td.TdClassName
{
border-color: #BD4169;
}
.TagClassName
{
border-color: #BD4169;
}
</style>