Shades of Royal Heath #BC466B
Tints of Royal Heath #BC466B
RGB
CMYK
RGB Variations
Color information
#BC466B (or 0xBC466B) is known color: Royal Heath. HEX triplet: BC, 46 and 6B. RGB value is (188,70,107). Sum of RGB (Red+Green+Blue) = 188+70+107=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC466B is #43B994. Grayscale: #6D6D6D. Windows color (decimal): -4438421 or 7030460. OLE color: 7030460.
HSL color Cylindrical-coordinate representation of color #BC466B: hue angle of 341.19º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC466B is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 107 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.26 |
| HSL | 341.19º | 0.47% | 0.51% | - |
| HSV(B) | 341.19º | 0.63% | 0.74% | - |
| XYZ | 25.58 | 16.13 | 15.68 | - |
| YUV | 109.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 107 | 0 | 0.63 | 0.43 | 0.26 | 341.19 | 0.47 | 0.51 |
| Hex | BC | 46 | 6B | 0 | 3F | 2B | 1A | 155 | 2F | 33 |
| Octal | 274 | 106 | 153 | 0 | 77 | 53 | 32 | 525 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1101011 | 0 | 111111 | 101011 | 11010 | 101010101 | 101111 | 110011 |
Color Harmonies of #BC466B
Complementary color
Monochromatic Colors of #BC466B
Black with #BC466B
Text Example
Text Example
White with #BC466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC466B; }
p { color: rgb(188,70,107); }
H1.HeaderClassName
{
color: #BC466B;
}
.AnyTagClassName
{
color: #BC466B;
}
</style>
background-color css
<style>
a { background-color: #BC466B; }
a { background-color: rgb(188,70,107); }
div.DivClassName
{
background-color: #BC466B;
}
.BgClassName
{
background-color: #BC466B;
}
</style>
border-color css
<style>
span { border-color: #BC466B; }
span { border-color: rgb(188,70,107); }
td.TdClassName
{
border-color: #BC466B;
}
.TagClassName
{
border-color: #BC466B;
}
</style>