Shades of Contessa #BC7A67
Tints of Contessa #BC7A67
RGB
CMYK
RGB Variations
Color information
#BC7A67 (or 0xBC7A67) is known color: Contessa. HEX triplet: BC, 7A and 67. RGB value is (188,122,103). Sum of RGB (Red+Green+Blue) = 188+122+103=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A67 is #438598. Grayscale: #8B8B8B. Windows color (decimal): -4425113 or 6781628. OLE color: 6781628.
HSL color Cylindrical-coordinate representation of color #BC7A67: hue angle of 13.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7A67 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 103 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.26 |
| HSL | 13.41º | 0.39% | 0.57% | - |
| HSV(B) | 13.41º | 0.45% | 0.74% | - |
| XYZ | 30.15 | 25.59 | 16.18 | - |
| YUV | 139.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 103 | 0 | 0.35 | 0.45 | 0.26 | 13.41 | 0.39 | 0.57 |
| Hex | BC | 7A | 67 | 0 | 23 | 2D | 1A | D | 27 | 39 |
| Octal | 274 | 172 | 147 | 0 | 43 | 55 | 32 | 15 | 47 | 71 |
| Binary | 10111100 | 1111010 | 1100111 | 0 | 100011 | 101101 | 11010 | 1101 | 100111 | 111001 |
Color Harmonies of #BC7A67
Complementary color
Monochromatic Colors of #BC7A67
Black with #BC7A67
Text Example
Text Example
White with #BC7A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A67; }
p { color: rgb(188,122,103); }
H1.HeaderClassName
{
color: #BC7A67;
}
.AnyTagClassName
{
color: #BC7A67;
}
</style>
background-color css
<style>
a { background-color: #BC7A67; }
a { background-color: rgb(188,122,103); }
div.DivClassName
{
background-color: #BC7A67;
}
.BgClassName
{
background-color: #BC7A67;
}
</style>
border-color css
<style>
span { border-color: #BC7A67; }
span { border-color: rgb(188,122,103); }
td.TdClassName
{
border-color: #BC7A67;
}
.TagClassName
{
border-color: #BC7A67;
}
</style>