Shades of Contessa #BC6361
Tints of Contessa #BC6361
RGB
CMYK
RGB Variations
Color information
#BC6361 (or 0xBC6361) is known color: Contessa. HEX triplet: BC, 63 and 61. RGB value is (188,99,97). Sum of RGB (Red+Green+Blue) = 188+99+97=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6361 is #439C9E. Grayscale: #7D7D7D. Windows color (decimal): -4431007 or 6382524. OLE color: 6382524.
HSL color Cylindrical-coordinate representation of color #BC6361: hue angle of 1.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6361 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 97 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.26 |
| HSL | 1.32º | 0.4% | 0.56% | - |
| HSV(B) | 1.32º | 0.48% | 0.74% | - |
| XYZ | 27.36 | 20.48 | 13.82 | - |
| YUV | 125.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 97 | 0 | 0.47 | 0.48 | 0.26 | 1.32 | 0.4 | 0.56 |
| Hex | BC | 63 | 61 | 0 | 2F | 30 | 1A | 1 | 28 | 38 |
| Octal | 274 | 143 | 141 | 0 | 57 | 60 | 32 | 1 | 50 | 70 |
| Binary | 10111100 | 1100011 | 1100001 | 0 | 101111 | 110000 | 11010 | 1 | 101000 | 111000 |
Color Harmonies of #BC6361
Complementary color
Monochromatic Colors of #BC6361
Black with #BC6361
Text Example
Text Example
White with #BC6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6361; }
p { color: rgb(188,99,97); }
H1.HeaderClassName
{
color: #BC6361;
}
.AnyTagClassName
{
color: #BC6361;
}
</style>
background-color css
<style>
a { background-color: #BC6361; }
a { background-color: rgb(188,99,97); }
div.DivClassName
{
background-color: #BC6361;
}
.BgClassName
{
background-color: #BC6361;
}
</style>
border-color css
<style>
span { border-color: #BC6361; }
span { border-color: rgb(188,99,97); }
td.TdClassName
{
border-color: #BC6361;
}
.TagClassName
{
border-color: #BC6361;
}
</style>