Shades of Contessa #BB6862
Tints of Contessa #BB6862
RGB
CMYK
RGB Variations
Color information
#BB6862 (or 0xBB6862) is known color: Contessa. HEX triplet: BB, 68 and 62. RGB value is (187,104,98). Sum of RGB (Red+Green+Blue) = 187+104+98=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6862 is #44979D. Grayscale: #808080. Windows color (decimal): -4495262 or 6449339. OLE color: 6449339.
HSL color Cylindrical-coordinate representation of color #BB6862: hue angle of 4.04º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6862 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 98 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.27 |
| HSL | 4.04º | 0.4% | 0.56% | - |
| HSV(B) | 4.04º | 0.48% | 0.73% | - |
| XYZ | 27.65 | 21.35 | 14.22 | - |
| YUV | 128.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 98 | 0 | 0.44 | 0.48 | 0.27 | 4.04 | 0.4 | 0.56 |
| Hex | BB | 68 | 62 | 0 | 2C | 30 | 1B | 4 | 28 | 38 |
| Octal | 273 | 150 | 142 | 0 | 54 | 60 | 33 | 4 | 50 | 70 |
| Binary | 10111011 | 1101000 | 1100010 | 0 | 101100 | 110000 | 11011 | 100 | 101000 | 111000 |
Color Harmonies of #BB6862
Complementary color
Monochromatic Colors of #BB6862
Black with #BB6862
Text Example
Text Example
White with #BB6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6862; }
p { color: rgb(187,104,98); }
H1.HeaderClassName
{
color: #BB6862;
}
.AnyTagClassName
{
color: #BB6862;
}
</style>
background-color css
<style>
a { background-color: #BB6862; }
a { background-color: rgb(187,104,98); }
div.DivClassName
{
background-color: #BB6862;
}
.BgClassName
{
background-color: #BB6862;
}
</style>
border-color css
<style>
span { border-color: #BB6862; }
span { border-color: rgb(187,104,98); }
td.TdClassName
{
border-color: #BB6862;
}
.TagClassName
{
border-color: #BB6862;
}
</style>