Shades of Royal Heath #BC4168
Tints of Royal Heath #BC4168
RGB
CMYK
RGB Variations
Color information
#BC4168 (or 0xBC4168) is known color: Royal Heath. HEX triplet: BC, 41 and 68. RGB value is (188,65,104). Sum of RGB (Red+Green+Blue) = 188+65+104=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4168 is #43BE97. Grayscale: #6A6A6A. Windows color (decimal): -4439704 or 6832572. OLE color: 6832572.
HSL color Cylindrical-coordinate representation of color #BC4168: hue angle of 340.98º 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 #BC4168 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 104 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.26 |
| HSL | 340.98º | 0.49% | 0.5% | - |
| HSV(B) | 340.98º | 0.65% | 0.74% | - |
| XYZ | 25.13 | 15.47 | 14.76 | - |
| YUV | 106.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 104 | 0 | 0.65 | 0.45 | 0.26 | 340.98 | 0.49 | 0.5 |
| Hex | BC | 41 | 68 | 0 | 41 | 2D | 1A | 155 | 31 | 32 |
| Octal | 274 | 101 | 150 | 0 | 101 | 55 | 32 | 525 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1101000 | 0 | 1000001 | 101101 | 11010 | 101010101 | 110001 | 110010 |
Color Harmonies of #BC4168
Complementary color
Monochromatic Colors of #BC4168
Black with #BC4168
Text Example
Text Example
White with #BC4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4168; }
p { color: rgb(188,65,104); }
H1.HeaderClassName
{
color: #BC4168;
}
.AnyTagClassName
{
color: #BC4168;
}
</style>
background-color css
<style>
a { background-color: #BC4168; }
a { background-color: rgb(188,65,104); }
div.DivClassName
{
background-color: #BC4168;
}
.BgClassName
{
background-color: #BC4168;
}
</style>
border-color css
<style>
span { border-color: #BC4168; }
span { border-color: rgb(188,65,104); }
td.TdClassName
{
border-color: #BC4168;
}
.TagClassName
{
border-color: #BC4168;
}
</style>