Shades of Contessa #BC7875
Tints of Contessa #BC7875
RGB
CMYK
RGB Variations
Color information
#BC7875 (or 0xBC7875) is known color: Contessa. HEX triplet: BC, 78 and 75. RGB value is (188,120,117). Sum of RGB (Red+Green+Blue) = 188+120+117=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7875 is #43878A. Grayscale: #8C8C8C. Windows color (decimal): -4425611 or 7698620. OLE color: 7698620.
HSL color Cylindrical-coordinate representation of color #BC7875: hue angle of 2.54º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7875 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 117 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.26 |
| HSL | 2.54º | 0.35% | 0.6% | - |
| HSV(B) | 2.54º | 0.38% | 0.74% | - |
| XYZ | 30.67 | 25.41 | 20.12 | - |
| YUV | 139.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 117 | 0 | 0.36 | 0.38 | 0.26 | 2.54 | 0.35 | 0.6 |
| Hex | BC | 78 | 75 | 0 | 24 | 26 | 1A | 3 | 23 | 3C |
| Octal | 274 | 170 | 165 | 0 | 44 | 46 | 32 | 3 | 43 | 74 |
| Binary | 10111100 | 1111000 | 1110101 | 0 | 100100 | 100110 | 11010 | 11 | 100011 | 111100 |
Color Harmonies of #BC7875
Complementary color
Monochromatic Colors of #BC7875
Black with #BC7875
Text Example
Text Example
White with #BC7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7875; }
p { color: rgb(188,120,117); }
H1.HeaderClassName
{
color: #BC7875;
}
.AnyTagClassName
{
color: #BC7875;
}
</style>
background-color css
<style>
a { background-color: #BC7875; }
a { background-color: rgb(188,120,117); }
div.DivClassName
{
background-color: #BC7875;
}
.BgClassName
{
background-color: #BC7875;
}
</style>
border-color css
<style>
span { border-color: #BC7875; }
span { border-color: rgb(188,120,117); }
td.TdClassName
{
border-color: #BC7875;
}
.TagClassName
{
border-color: #BC7875;
}
</style>