Shades of Contessa #BB7865
Tints of Contessa #BB7865
RGB
CMYK
RGB Variations
Color information
#BB7865 (or 0xBB7865) is known color: Contessa. HEX triplet: BB, 78 and 65. RGB value is (187,120,101). Sum of RGB (Red+Green+Blue) = 187+120+101=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7865 is #44879A. Grayscale: #8A8A8A. Windows color (decimal): -4491163 or 6650043. OLE color: 6650043.
HSL color Cylindrical-coordinate representation of color #BB7865: hue angle of 13.26º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB7865 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 101 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.27 |
| HSL | 13.26º | 0.39% | 0.56% | - |
| HSV(B) | 13.26º | 0.46% | 0.73% | - |
| XYZ | 29.56 | 24.94 | 15.57 | - |
| YUV | 137.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 101 | 0 | 0.36 | 0.46 | 0.27 | 13.26 | 0.39 | 0.56 |
| Hex | BB | 78 | 65 | 0 | 24 | 2E | 1B | D | 27 | 38 |
| Octal | 273 | 170 | 145 | 0 | 44 | 56 | 33 | 15 | 47 | 70 |
| Binary | 10111011 | 1111000 | 1100101 | 0 | 100100 | 101110 | 11011 | 1101 | 100111 | 111000 |
Color Harmonies of #BB7865
Complementary color
Monochromatic Colors of #BB7865
Black with #BB7865
Text Example
Text Example
White with #BB7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7865; }
p { color: rgb(187,120,101); }
H1.HeaderClassName
{
color: #BB7865;
}
.AnyTagClassName
{
color: #BB7865;
}
</style>
background-color css
<style>
a { background-color: #BB7865; }
a { background-color: rgb(187,120,101); }
div.DivClassName
{
background-color: #BB7865;
}
.BgClassName
{
background-color: #BB7865;
}
</style>
border-color css
<style>
span { border-color: #BB7865; }
span { border-color: rgb(187,120,101); }
td.TdClassName
{
border-color: #BB7865;
}
.TagClassName
{
border-color: #BB7865;
}
</style>