Shades of Contessa #BB716C
Tints of Contessa #BB716C
RGB
CMYK
RGB Variations
Color information
#BB716C (or 0xBB716C) is known color: Contessa. HEX triplet: BB, 71 and 6C. RGB value is (187,113,108). Sum of RGB (Red+Green+Blue) = 187+113+108=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB716C is #448E93. Grayscale: #868686. Windows color (decimal): -4492948 or 7107003. OLE color: 7107003.
HSL color Cylindrical-coordinate representation of color #BB716C: hue angle of 3.8º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB716C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 108 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.27 |
| HSL | 3.8º | 0.37% | 0.58% | - |
| HSV(B) | 3.8º | 0.42% | 0.73% | - |
| XYZ | 29.11 | 23.46 | 17.18 | - |
| YUV | 134.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 108 | 0 | 0.40 | 0.42 | 0.27 | 3.8 | 0.37 | 0.58 |
| Hex | BB | 71 | 6C | 0 | 28 | 2A | 1B | 4 | 25 | 3A |
| Octal | 273 | 161 | 154 | 0 | 50 | 52 | 33 | 4 | 45 | 72 |
| Binary | 10111011 | 1110001 | 1101100 | 0 | 101000 | 101010 | 11011 | 100 | 100101 | 111010 |
Color Harmonies of #BB716C
Complementary color
Monochromatic Colors of #BB716C
Black with #BB716C
Text Example
Text Example
White with #BB716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB716C; }
p { color: rgb(187,113,108); }
H1.HeaderClassName
{
color: #BB716C;
}
.AnyTagClassName
{
color: #BB716C;
}
</style>
background-color css
<style>
a { background-color: #BB716C; }
a { background-color: rgb(187,113,108); }
div.DivClassName
{
background-color: #BB716C;
}
.BgClassName
{
background-color: #BB716C;
}
</style>
border-color css
<style>
span { border-color: #BB716C; }
span { border-color: rgb(187,113,108); }
td.TdClassName
{
border-color: #BB716C;
}
.TagClassName
{
border-color: #BB716C;
}
</style>