Shades of Royal Heath #BC4377
Tints of Royal Heath #BC4377
RGB
CMYK
RGB Variations
Color information
#BC4377 (or 0xBC4377) is known color: Royal Heath. HEX triplet: BC, 43 and 77. RGB value is (188,67,119). Sum of RGB (Red+Green+Blue) = 188+67+119=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4377 is #43BC88. Grayscale: #6D6D6D. Windows color (decimal): -4439177 or 7816124. OLE color: 7816124.
HSL color Cylindrical-coordinate representation of color #BC4377: hue angle of 334.21º 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 #BC4377 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 119 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.26 |
| HSL | 334.21º | 0.47% | 0.5% | - |
| HSV(B) | 334.21º | 0.64% | 0.74% | - |
| XYZ | 26.08 | 16.04 | 19.17 | - |
| YUV | 109.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 119 | 0 | 0.64 | 0.37 | 0.26 | 334.21 | 0.47 | 0.5 |
| Hex | BC | 43 | 77 | 0 | 40 | 25 | 1A | 14E | 2F | 32 |
| Octal | 274 | 103 | 167 | 0 | 100 | 45 | 32 | 516 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1110111 | 0 | 1000000 | 100101 | 11010 | 101001110 | 101111 | 110010 |
Color Harmonies of #BC4377
Complementary color
Monochromatic Colors of #BC4377
Black with #BC4377
Text Example
Text Example
White with #BC4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4377; }
p { color: rgb(188,67,119); }
H1.HeaderClassName
{
color: #BC4377;
}
.AnyTagClassName
{
color: #BC4377;
}
</style>
background-color css
<style>
a { background-color: #BC4377; }
a { background-color: rgb(188,67,119); }
div.DivClassName
{
background-color: #BC4377;
}
.BgClassName
{
background-color: #BC4377;
}
</style>
border-color css
<style>
span { border-color: #BC4377; }
span { border-color: rgb(188,67,119); }
td.TdClassName
{
border-color: #BC4377;
}
.TagClassName
{
border-color: #BC4377;
}
</style>