Shades of Contessa #BC665F
Tints of Contessa #BC665F
RGB
CMYK
RGB Variations
Color information
#BC665F (or 0xBC665F) is known color: Contessa. HEX triplet: BC, 66 and 5F. RGB value is (188,102,95). Sum of RGB (Red+Green+Blue) = 188+102+95=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC665F is #4399A0. Grayscale: #7F7F7F. Windows color (decimal): -4430241 or 6252220. OLE color: 6252220.
HSL color Cylindrical-coordinate representation of color #BC665F: hue angle of 4.52º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC665F is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 95 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.26 |
| HSL | 4.52º | 0.41% | 0.55% | - |
| HSV(B) | 4.52º | 0.49% | 0.74% | - |
| XYZ | 27.56 | 21.02 | 13.43 | - |
| YUV | 126.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 95 | 0 | 0.46 | 0.49 | 0.26 | 4.52 | 0.41 | 0.55 |
| Hex | BC | 66 | 5F | 0 | 2E | 31 | 1A | 5 | 29 | 37 |
| Octal | 274 | 146 | 137 | 0 | 56 | 61 | 32 | 5 | 51 | 67 |
| Binary | 10111100 | 1100110 | 1011111 | 0 | 101110 | 110001 | 11010 | 101 | 101001 | 110111 |
Color Harmonies of #BC665F
Complementary color
Monochromatic Colors of #BC665F
Black with #BC665F
Text Example
Text Example
White with #BC665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC665F; }
p { color: rgb(188,102,95); }
H1.HeaderClassName
{
color: #BC665F;
}
.AnyTagClassName
{
color: #BC665F;
}
</style>
background-color css
<style>
a { background-color: #BC665F; }
a { background-color: rgb(188,102,95); }
div.DivClassName
{
background-color: #BC665F;
}
.BgClassName
{
background-color: #BC665F;
}
</style>
border-color css
<style>
span { border-color: #BC665F; }
span { border-color: rgb(188,102,95); }
td.TdClassName
{
border-color: #BC665F;
}
.TagClassName
{
border-color: #BC665F;
}
</style>