Shades of Contessa #BC745F
Tints of Contessa #BC745F
RGB
CMYK
RGB Variations
Color information
#BC745F (or 0xBC745F) is known color: Contessa. HEX triplet: BC, 74 and 5F. RGB value is (188,116,95). Sum of RGB (Red+Green+Blue) = 188+116+95=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC745F is #438BA0. Grayscale: #878787. Windows color (decimal): -4426657 or 6255804. OLE color: 6255804.
HSL color Cylindrical-coordinate representation of color #BC745F: hue angle of 13.55º 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 #BC745F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 95 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.26 |
| HSL | 13.55º | 0.41% | 0.55% | - |
| HSV(B) | 13.55º | 0.49% | 0.74% | - |
| XYZ | 29.05 | 24.01 | 13.93 | - |
| YUV | 135.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 95 | 0 | 0.38 | 0.49 | 0.26 | 13.55 | 0.41 | 0.55 |
| Hex | BC | 74 | 5F | 0 | 26 | 31 | 1A | E | 29 | 37 |
| Octal | 274 | 164 | 137 | 0 | 46 | 61 | 32 | 16 | 51 | 67 |
| Binary | 10111100 | 1110100 | 1011111 | 0 | 100110 | 110001 | 11010 | 1110 | 101001 | 110111 |
Color Harmonies of #BC745F
Complementary color
Monochromatic Colors of #BC745F
Black with #BC745F
Text Example
Text Example
White with #BC745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC745F; }
p { color: rgb(188,116,95); }
H1.HeaderClassName
{
color: #BC745F;
}
.AnyTagClassName
{
color: #BC745F;
}
</style>
background-color css
<style>
a { background-color: #BC745F; }
a { background-color: rgb(188,116,95); }
div.DivClassName
{
background-color: #BC745F;
}
.BgClassName
{
background-color: #BC745F;
}
</style>
border-color css
<style>
span { border-color: #BC745F; }
span { border-color: rgb(188,116,95); }
td.TdClassName
{
border-color: #BC745F;
}
.TagClassName
{
border-color: #BC745F;
}
</style>