Shades of Contessa #BC726B
Tints of Contessa #BC726B
RGB
CMYK
RGB Variations
Color information
#BC726B (or 0xBC726B) is known color: Contessa. HEX triplet: BC, 72 and 6B. RGB value is (188,114,107). Sum of RGB (Red+Green+Blue) = 188+114+107=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC726B is #438D94. Grayscale: #878787. Windows color (decimal): -4427157 or 7041724. OLE color: 7041724.
HSL color Cylindrical-coordinate representation of color #BC726B: hue angle of 5.19º degrees, saturation: 0.38, 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 #BC726B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 107 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.26 |
| HSL | 5.19º | 0.38% | 0.58% | - |
| HSV(B) | 5.19º | 0.43% | 0.74% | - |
| XYZ | 29.41 | 23.79 | 16.95 | - |
| YUV | 135.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 107 | 0 | 0.39 | 0.43 | 0.26 | 5.19 | 0.38 | 0.58 |
| Hex | BC | 72 | 6B | 0 | 27 | 2B | 1A | 5 | 26 | 3A |
| Octal | 274 | 162 | 153 | 0 | 47 | 53 | 32 | 5 | 46 | 72 |
| Binary | 10111100 | 1110010 | 1101011 | 0 | 100111 | 101011 | 11010 | 101 | 100110 | 111010 |
Color Harmonies of #BC726B
Complementary color
Monochromatic Colors of #BC726B
Black with #BC726B
Text Example
Text Example
White with #BC726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC726B; }
p { color: rgb(188,114,107); }
H1.HeaderClassName
{
color: #BC726B;
}
.AnyTagClassName
{
color: #BC726B;
}
</style>
background-color css
<style>
a { background-color: #BC726B; }
a { background-color: rgb(188,114,107); }
div.DivClassName
{
background-color: #BC726B;
}
.BgClassName
{
background-color: #BC726B;
}
</style>
border-color css
<style>
span { border-color: #BC726B; }
span { border-color: rgb(188,114,107); }
td.TdClassName
{
border-color: #BC726B;
}
.TagClassName
{
border-color: #BC726B;
}
</style>