Shades of Contessa #BC765F
Tints of Contessa #BC765F
RGB
CMYK
RGB Variations
Color information
#BC765F (or 0xBC765F) is known color: Contessa. HEX triplet: BC, 76 and 5F. RGB value is (188,118,95). Sum of RGB (Red+Green+Blue) = 188+118+95=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC765F is #4389A0. Grayscale: #888888. Windows color (decimal): -4426145 or 6256316. OLE color: 6256316.
HSL color Cylindrical-coordinate representation of color #BC765F: hue angle of 14.84º 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 #BC765F is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 95 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.26 |
| HSL | 14.84º | 0.41% | 0.55% | - |
| HSV(B) | 14.84º | 0.49% | 0.74% | - |
| XYZ | 29.28 | 24.47 | 14.01 | - |
| YUV | 136.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 95 | 0 | 0.37 | 0.49 | 0.26 | 14.84 | 0.41 | 0.55 |
| Hex | BC | 76 | 5F | 0 | 25 | 31 | 1A | F | 29 | 37 |
| Octal | 274 | 166 | 137 | 0 | 45 | 61 | 32 | 17 | 51 | 67 |
| Binary | 10111100 | 1110110 | 1011111 | 0 | 100101 | 110001 | 11010 | 1111 | 101001 | 110111 |
Color Harmonies of #BC765F
Complementary color
Monochromatic Colors of #BC765F
Black with #BC765F
Text Example
Text Example
White with #BC765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC765F; }
p { color: rgb(188,118,95); }
H1.HeaderClassName
{
color: #BC765F;
}
.AnyTagClassName
{
color: #BC765F;
}
</style>
background-color css
<style>
a { background-color: #BC765F; }
a { background-color: rgb(188,118,95); }
div.DivClassName
{
background-color: #BC765F;
}
.BgClassName
{
background-color: #BC765F;
}
</style>
border-color css
<style>
span { border-color: #BC765F; }
span { border-color: rgb(188,118,95); }
td.TdClassName
{
border-color: #BC765F;
}
.TagClassName
{
border-color: #BC765F;
}
</style>