Shades of Contessa #BC6965
Tints of Contessa #BC6965
RGB
CMYK
RGB Variations
Color information
#BC6965 (or 0xBC6965) is known color: Contessa. HEX triplet: BC, 69 and 65. RGB value is (188,105,101). Sum of RGB (Red+Green+Blue) = 188+105+101=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6965 is #43969A. Grayscale: #818181. Windows color (decimal): -4429467 or 6646204. OLE color: 6646204.
HSL color Cylindrical-coordinate representation of color #BC6965: hue angle of 2.76º 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 #BC6965 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 101 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.26 |
| HSL | 2.76º | 0.39% | 0.57% | - |
| HSV(B) | 2.76º | 0.46% | 0.74% | - |
| XYZ | 28.14 | 21.73 | 15.02 | - |
| YUV | 129.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 101 | 0 | 0.44 | 0.46 | 0.26 | 2.76 | 0.39 | 0.57 |
| Hex | BC | 69 | 65 | 0 | 2C | 2E | 1A | 3 | 27 | 39 |
| Octal | 274 | 151 | 145 | 0 | 54 | 56 | 32 | 3 | 47 | 71 |
| Binary | 10111100 | 1101001 | 1100101 | 0 | 101100 | 101110 | 11010 | 11 | 100111 | 111001 |
Color Harmonies of #BC6965
Complementary color
Monochromatic Colors of #BC6965
Black with #BC6965
Text Example
Text Example
White with #BC6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6965; }
p { color: rgb(188,105,101); }
H1.HeaderClassName
{
color: #BC6965;
}
.AnyTagClassName
{
color: #BC6965;
}
</style>
background-color css
<style>
a { background-color: #BC6965; }
a { background-color: rgb(188,105,101); }
div.DivClassName
{
background-color: #BC6965;
}
.BgClassName
{
background-color: #BC6965;
}
</style>
border-color css
<style>
span { border-color: #BC6965; }
span { border-color: rgb(188,105,101); }
td.TdClassName
{
border-color: #BC6965;
}
.TagClassName
{
border-color: #BC6965;
}
</style>