Shades of Contessa #BC726C
Tints of Contessa #BC726C
RGB
CMYK
RGB Variations
Color information
#BC726C (or 0xBC726C) is known color: Contessa. HEX triplet: BC, 72 and 6C. RGB value is (188,114,108). Sum of RGB (Red+Green+Blue) = 188+114+108=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC726C is #438D93. Grayscale: #878787. Windows color (decimal): -4427156 or 7107260. OLE color: 7107260.
HSL color Cylindrical-coordinate representation of color #BC726C: hue angle of 4.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC726C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 108 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.26 |
| HSL | 4.5º | 0.37% | 0.58% | - |
| HSV(B) | 4.5º | 0.43% | 0.74% | - |
| XYZ | 29.46 | 23.81 | 17.23 | - |
| YUV | 135.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 108 | 0 | 0.39 | 0.43 | 0.26 | 4.5 | 0.37 | 0.58 |
| Hex | BC | 72 | 6C | 0 | 27 | 2B | 1A | 4 | 25 | 3A |
| Octal | 274 | 162 | 154 | 0 | 47 | 53 | 32 | 4 | 45 | 72 |
| Binary | 10111100 | 1110010 | 1101100 | 0 | 100111 | 101011 | 11010 | 100 | 100101 | 111010 |
Color Harmonies of #BC726C
Complementary color
Monochromatic Colors of #BC726C
Black with #BC726C
Text Example
Text Example
White with #BC726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC726C; }
p { color: rgb(188,114,108); }
H1.HeaderClassName
{
color: #BC726C;
}
.AnyTagClassName
{
color: #BC726C;
}
</style>
background-color css
<style>
a { background-color: #BC726C; }
a { background-color: rgb(188,114,108); }
div.DivClassName
{
background-color: #BC726C;
}
.BgClassName
{
background-color: #BC726C;
}
</style>
border-color css
<style>
span { border-color: #BC726C; }
span { border-color: rgb(188,114,108); }
td.TdClassName
{
border-color: #BC726C;
}
.TagClassName
{
border-color: #BC726C;
}
</style>