Shades of Royal Heath #BC436E
Tints of Royal Heath #BC436E
RGB
CMYK
RGB Variations
Color information
#BC436E (or 0xBC436E) is known color: Royal Heath. HEX triplet: BC, 43 and 6E. RGB value is (188,67,110). Sum of RGB (Red+Green+Blue) = 188+67+110=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC436E is #43BC91. Grayscale: #6C6C6C. Windows color (decimal): -4439186 or 7226300. OLE color: 7226300.
HSL color Cylindrical-coordinate representation of color #BC436E: hue angle of 338.68º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC436E is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 110 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.26 |
| HSL | 338.68º | 0.47% | 0.5% | - |
| HSV(B) | 338.68º | 0.64% | 0.74% | - |
| XYZ | 25.56 | 15.83 | 16.46 | - |
| YUV | 108.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 110 | 0 | 0.64 | 0.41 | 0.26 | 338.68 | 0.47 | 0.5 |
| Hex | BC | 43 | 6E | 0 | 40 | 29 | 1A | 153 | 2F | 32 |
| Octal | 274 | 103 | 156 | 0 | 100 | 51 | 32 | 523 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1101110 | 0 | 1000000 | 101001 | 11010 | 101010011 | 101111 | 110010 |
Color Harmonies of #BC436E
Complementary color
Monochromatic Colors of #BC436E
Black with #BC436E
Text Example
Text Example
White with #BC436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC436E; }
p { color: rgb(188,67,110); }
H1.HeaderClassName
{
color: #BC436E;
}
.AnyTagClassName
{
color: #BC436E;
}
</style>
background-color css
<style>
a { background-color: #BC436E; }
a { background-color: rgb(188,67,110); }
div.DivClassName
{
background-color: #BC436E;
}
.BgClassName
{
background-color: #BC436E;
}
</style>
border-color css
<style>
span { border-color: #BC436E; }
span { border-color: rgb(188,67,110); }
td.TdClassName
{
border-color: #BC436E;
}
.TagClassName
{
border-color: #BC436E;
}
</style>