Shades of Royal Heath #BC4B6F
Tints of Royal Heath #BC4B6F
RGB
CMYK
RGB Variations
Color information
#BC4B6F (or 0xBC4B6F) is known color: Royal Heath. HEX triplet: BC, 4B and 6F. RGB value is (188,75,111). Sum of RGB (Red+Green+Blue) = 188+75+111=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B6F is #43B490. Grayscale: #707070. Windows color (decimal): -4437137 or 7293884. OLE color: 7293884.
HSL color Cylindrical-coordinate representation of color #BC4B6F: hue angle of 340.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B6F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 111 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.26 |
| HSL | 340.88º | 0.46% | 0.52% | - |
| HSV(B) | 340.88º | 0.6% | 0.74% | - |
| XYZ | 26.12 | 16.87 | 16.92 | - |
| YUV | 112.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 111 | 0 | 0.60 | 0.41 | 0.26 | 340.88 | 0.46 | 0.52 |
| Hex | BC | 4B | 6F | 0 | 3C | 29 | 1A | 155 | 2E | 34 |
| Octal | 274 | 113 | 157 | 0 | 74 | 51 | 32 | 525 | 56 | 64 |
| Binary | 10111100 | 1001011 | 1101111 | 0 | 111100 | 101001 | 11010 | 101010101 | 101110 | 110100 |
Color Harmonies of #BC4B6F
Complementary color
Monochromatic Colors of #BC4B6F
Black with #BC4B6F
Text Example
Text Example
White with #BC4B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B6F; }
p { color: rgb(188,75,111); }
H1.HeaderClassName
{
color: #BC4B6F;
}
.AnyTagClassName
{
color: #BC4B6F;
}
</style>
background-color css
<style>
a { background-color: #BC4B6F; }
a { background-color: rgb(188,75,111); }
div.DivClassName
{
background-color: #BC4B6F;
}
.BgClassName
{
background-color: #BC4B6F;
}
</style>
border-color css
<style>
span { border-color: #BC4B6F; }
span { border-color: rgb(188,75,111); }
td.TdClassName
{
border-color: #BC4B6F;
}
.TagClassName
{
border-color: #BC4B6F;
}
</style>