Shades of Contessa #BB786D
Tints of Contessa #BB786D
RGB
CMYK
RGB Variations
Color information
#BB786D (or 0xBB786D) is known color: Contessa. HEX triplet: BB, 78 and 6D. RGB value is (187,120,109). Sum of RGB (Red+Green+Blue) = 187+120+109=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB786D is #448792. Grayscale: #8A8A8A. Windows color (decimal): -4491155 or 7174331. OLE color: 7174331.
HSL color Cylindrical-coordinate representation of color #BB786D: hue angle of 8.46º degrees, saturation: 0.36, 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 #BB786D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 109 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.27 |
| HSL | 8.46º | 0.36% | 0.58% | - |
| HSV(B) | 8.46º | 0.42% | 0.73% | - |
| XYZ | 29.97 | 25.1 | 17.73 | - |
| YUV | 138.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 109 | 0 | 0.36 | 0.42 | 0.27 | 8.46 | 0.36 | 0.58 |
| Hex | BB | 78 | 6D | 0 | 24 | 2A | 1B | 8 | 24 | 3A |
| Octal | 273 | 170 | 155 | 0 | 44 | 52 | 33 | 10 | 44 | 72 |
| Binary | 10111011 | 1111000 | 1101101 | 0 | 100100 | 101010 | 11011 | 1000 | 100100 | 111010 |
Color Harmonies of #BB786D
Complementary color
Monochromatic Colors of #BB786D
Black with #BB786D
Text Example
Text Example
White with #BB786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB786D; }
p { color: rgb(187,120,109); }
H1.HeaderClassName
{
color: #BB786D;
}
.AnyTagClassName
{
color: #BB786D;
}
</style>
background-color css
<style>
a { background-color: #BB786D; }
a { background-color: rgb(187,120,109); }
div.DivClassName
{
background-color: #BB786D;
}
.BgClassName
{
background-color: #BB786D;
}
</style>
border-color css
<style>
span { border-color: #BB786D; }
span { border-color: rgb(187,120,109); }
td.TdClassName
{
border-color: #BB786D;
}
.TagClassName
{
border-color: #BB786D;
}
</style>