Shades of Contessa #BB786C
Tints of Contessa #BB786C
RGB
CMYK
RGB Variations
Color information
#BB786C (or 0xBB786C) is known color: Contessa. HEX triplet: BB, 78 and 6C. RGB value is (187,120,108). Sum of RGB (Red+Green+Blue) = 187+120+108=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB786C is #448793. Grayscale: #8A8A8A. Windows color (decimal): -4491156 or 7108795. OLE color: 7108795.
HSL color Cylindrical-coordinate representation of color #BB786C: hue angle of 9.11º 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 #BB786C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 108 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.27 |
| HSL | 9.11º | 0.37% | 0.58% | - |
| HSV(B) | 9.11º | 0.42% | 0.73% | - |
| XYZ | 29.92 | 25.08 | 17.45 | - |
| YUV | 138.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 108 | 0 | 0.36 | 0.42 | 0.27 | 9.11 | 0.37 | 0.58 |
| Hex | BB | 78 | 6C | 0 | 24 | 2A | 1B | 9 | 25 | 3A |
| Octal | 273 | 170 | 154 | 0 | 44 | 52 | 33 | 11 | 45 | 72 |
| Binary | 10111011 | 1111000 | 1101100 | 0 | 100100 | 101010 | 11011 | 1001 | 100101 | 111010 |
Color Harmonies of #BB786C
Complementary color
Monochromatic Colors of #BB786C
Black with #BB786C
Text Example
Text Example
White with #BB786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB786C; }
p { color: rgb(187,120,108); }
H1.HeaderClassName
{
color: #BB786C;
}
.AnyTagClassName
{
color: #BB786C;
}
</style>
background-color css
<style>
a { background-color: #BB786C; }
a { background-color: rgb(187,120,108); }
div.DivClassName
{
background-color: #BB786C;
}
.BgClassName
{
background-color: #BB786C;
}
</style>
border-color css
<style>
span { border-color: #BB786C; }
span { border-color: rgb(187,120,108); }
td.TdClassName
{
border-color: #BB786C;
}
.TagClassName
{
border-color: #BB786C;
}
</style>