Shades of Contessa #BB7867
Tints of Contessa #BB7867
RGB
CMYK
RGB Variations
Color information
#BB7867 (or 0xBB7867) is known color: Contessa. HEX triplet: BB, 78 and 67. RGB value is (187,120,103). Sum of RGB (Red+Green+Blue) = 187+120+103=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7867 is #448798. Grayscale: #8A8A8A. Windows color (decimal): -4491161 or 6781115. OLE color: 6781115.
HSL color Cylindrical-coordinate representation of color #BB7867: hue angle of 12.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7867 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 103 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.27 |
| HSL | 12.14º | 0.38% | 0.57% | - |
| HSV(B) | 12.14º | 0.45% | 0.73% | - |
| XYZ | 29.66 | 24.98 | 16.09 | - |
| YUV | 138.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 103 | 0 | 0.36 | 0.45 | 0.27 | 12.14 | 0.38 | 0.57 |
| Hex | BB | 78 | 67 | 0 | 24 | 2D | 1B | C | 26 | 39 |
| Octal | 273 | 170 | 147 | 0 | 44 | 55 | 33 | 14 | 46 | 71 |
| Binary | 10111011 | 1111000 | 1100111 | 0 | 100100 | 101101 | 11011 | 1100 | 100110 | 111001 |
Color Harmonies of #BB7867
Complementary color
Monochromatic Colors of #BB7867
Black with #BB7867
Text Example
Text Example
White with #BB7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7867; }
p { color: rgb(187,120,103); }
H1.HeaderClassName
{
color: #BB7867;
}
.AnyTagClassName
{
color: #BB7867;
}
</style>
background-color css
<style>
a { background-color: #BB7867; }
a { background-color: rgb(187,120,103); }
div.DivClassName
{
background-color: #BB7867;
}
.BgClassName
{
background-color: #BB7867;
}
</style>
border-color css
<style>
span { border-color: #BB7867; }
span { border-color: rgb(187,120,103); }
td.TdClassName
{
border-color: #BB7867;
}
.TagClassName
{
border-color: #BB7867;
}
</style>