Shades of Royal Heath #BC4169
Tints of Royal Heath #BC4169
RGB
CMYK
RGB Variations
Color information
#BC4169 (or 0xBC4169) is known color: Royal Heath. HEX triplet: BC, 41 and 69. RGB value is (188,65,105). Sum of RGB (Red+Green+Blue) = 188+65+105=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4169 is #43BE96. Grayscale: #6A6A6A. Windows color (decimal): -4439703 or 6898108. OLE color: 6898108.
HSL color Cylindrical-coordinate representation of color #BC4169: hue angle of 340.49º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4169 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 105 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.26 |
| HSL | 340.49º | 0.49% | 0.5% | - |
| HSV(B) | 340.49º | 0.65% | 0.74% | - |
| XYZ | 25.18 | 15.49 | 15.03 | - |
| YUV | 106.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 105 | 0 | 0.65 | 0.44 | 0.26 | 340.49 | 0.49 | 0.5 |
| Hex | BC | 41 | 69 | 0 | 41 | 2C | 1A | 154 | 31 | 32 |
| Octal | 274 | 101 | 151 | 0 | 101 | 54 | 32 | 524 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1101001 | 0 | 1000001 | 101100 | 11010 | 101010100 | 110001 | 110010 |
Color Harmonies of #BC4169
Complementary color
Monochromatic Colors of #BC4169
Black with #BC4169
Text Example
Text Example
White with #BC4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4169; }
p { color: rgb(188,65,105); }
H1.HeaderClassName
{
color: #BC4169;
}
.AnyTagClassName
{
color: #BC4169;
}
</style>
background-color css
<style>
a { background-color: #BC4169; }
a { background-color: rgb(188,65,105); }
div.DivClassName
{
background-color: #BC4169;
}
.BgClassName
{
background-color: #BC4169;
}
</style>
border-color css
<style>
span { border-color: #BC4169; }
span { border-color: rgb(188,65,105); }
td.TdClassName
{
border-color: #BC4169;
}
.TagClassName
{
border-color: #BC4169;
}
</style>