Shades of Contessa #BC7265
Tints of Contessa #BC7265
RGB
CMYK
RGB Variations
Color information
#BC7265 (or 0xBC7265) is known color: Contessa. HEX triplet: BC, 72 and 65. RGB value is (188,114,101). Sum of RGB (Red+Green+Blue) = 188+114+101=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7265 is #438D9A. Grayscale: #868686. Windows color (decimal): -4427163 or 6648508. OLE color: 6648508.
HSL color Cylindrical-coordinate representation of color #BC7265: hue angle of 8.97º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7265 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 101 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.26 |
| HSL | 8.97º | 0.39% | 0.57% | - |
| HSV(B) | 8.97º | 0.46% | 0.74% | - |
| XYZ | 29.11 | 23.67 | 15.35 | - |
| YUV | 134.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 101 | 0 | 0.39 | 0.46 | 0.26 | 8.97 | 0.39 | 0.57 |
| Hex | BC | 72 | 65 | 0 | 27 | 2E | 1A | 9 | 27 | 39 |
| Octal | 274 | 162 | 145 | 0 | 47 | 56 | 32 | 11 | 47 | 71 |
| Binary | 10111100 | 1110010 | 1100101 | 0 | 100111 | 101110 | 11010 | 1001 | 100111 | 111001 |
Color Harmonies of #BC7265
Complementary color
Monochromatic Colors of #BC7265
Black with #BC7265
Text Example
Text Example
White with #BC7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7265; }
p { color: rgb(188,114,101); }
H1.HeaderClassName
{
color: #BC7265;
}
.AnyTagClassName
{
color: #BC7265;
}
</style>
background-color css
<style>
a { background-color: #BC7265; }
a { background-color: rgb(188,114,101); }
div.DivClassName
{
background-color: #BC7265;
}
.BgClassName
{
background-color: #BC7265;
}
</style>
border-color css
<style>
span { border-color: #BC7265; }
span { border-color: rgb(188,114,101); }
td.TdClassName
{
border-color: #BC7265;
}
.TagClassName
{
border-color: #BC7265;
}
</style>