Shades of Royal Heath #BC5375
Tints of Royal Heath #BC5375
RGB
CMYK
RGB Variations
Color information
#BC5375 (or 0xBC5375) is known color: Royal Heath. HEX triplet: BC, 53 and 75. RGB value is (188,83,117). Sum of RGB (Red+Green+Blue) = 188+83+117=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5375 is #43AC8A. Grayscale: #767676. Windows color (decimal): -4435083 or 7689148. OLE color: 7689148.
HSL color Cylindrical-coordinate representation of color #BC5375: hue angle of 340.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5375 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 117 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.26 |
| HSL | 340.57º | 0.44% | 0.53% | - |
| HSV(B) | 340.57º | 0.56% | 0.74% | - |
| XYZ | 27.04 | 18.16 | 18.91 | - |
| YUV | 118.27 | 127.29 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 117 | 0 | 0.56 | 0.38 | 0.26 | 340.57 | 0.44 | 0.53 |
| Hex | BC | 53 | 75 | 0 | 38 | 26 | 1A | 155 | 2C | 35 |
| Octal | 274 | 123 | 165 | 0 | 70 | 46 | 32 | 525 | 54 | 65 |
| Binary | 10111100 | 1010011 | 1110101 | 0 | 111000 | 100110 | 11010 | 101010101 | 101100 | 110101 |
Color Harmonies of #BC5375
Complementary color
Monochromatic Colors of #BC5375
Black with #BC5375
Text Example
Text Example
White with #BC5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5375; }
p { color: rgb(188,83,117); }
H1.HeaderClassName
{
color: #BC5375;
}
.AnyTagClassName
{
color: #BC5375;
}
</style>
background-color css
<style>
a { background-color: #BC5375; }
a { background-color: rgb(188,83,117); }
div.DivClassName
{
background-color: #BC5375;
}
.BgClassName
{
background-color: #BC5375;
}
</style>
border-color css
<style>
span { border-color: #BC5375; }
span { border-color: rgb(188,83,117); }
td.TdClassName
{
border-color: #BC5375;
}
.TagClassName
{
border-color: #BC5375;
}
</style>