Shades of Contessa #BC7262
Tints of Contessa #BC7262
RGB
CMYK
RGB Variations
Color information
#BC7262 (or 0xBC7262) is known color: Contessa. HEX triplet: BC, 72 and 62. RGB value is (188,114,98). Sum of RGB (Red+Green+Blue) = 188+114+98=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7262 is #438D9D. Grayscale: #868686. Windows color (decimal): -4427166 or 6451900. OLE color: 6451900.
HSL color Cylindrical-coordinate representation of color #BC7262: hue angle of 10.67º 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 #BC7262 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 98 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.26 |
| HSL | 10.67º | 0.4% | 0.56% | - |
| HSV(B) | 10.67º | 0.48% | 0.74% | - |
| XYZ | 28.96 | 23.61 | 14.59 | - |
| YUV | 134.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 98 | 0 | 0.39 | 0.48 | 0.26 | 10.67 | 0.4 | 0.56 |
| Hex | BC | 72 | 62 | 0 | 27 | 30 | 1A | B | 28 | 38 |
| Octal | 274 | 162 | 142 | 0 | 47 | 60 | 32 | 13 | 50 | 70 |
| Binary | 10111100 | 1110010 | 1100010 | 0 | 100111 | 110000 | 11010 | 1011 | 101000 | 111000 |
Color Harmonies of #BC7262
Complementary color
Monochromatic Colors of #BC7262
Black with #BC7262
Text Example
Text Example
White with #BC7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7262; }
p { color: rgb(188,114,98); }
H1.HeaderClassName
{
color: #BC7262;
}
.AnyTagClassName
{
color: #BC7262;
}
</style>
background-color css
<style>
a { background-color: #BC7262; }
a { background-color: rgb(188,114,98); }
div.DivClassName
{
background-color: #BC7262;
}
.BgClassName
{
background-color: #BC7262;
}
</style>
border-color css
<style>
span { border-color: #BC7262; }
span { border-color: rgb(188,114,98); }
td.TdClassName
{
border-color: #BC7262;
}
.TagClassName
{
border-color: #BC7262;
}
</style>