Shades of Contessa #BB706B
Tints of Contessa #BB706B
RGB
CMYK
RGB Variations
Color information
#BB706B (or 0xBB706B) is known color: Contessa. HEX triplet: BB, 70 and 6B. RGB value is (187,112,107). Sum of RGB (Red+Green+Blue) = 187+112+107=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB706B is #448F94. Grayscale: #858585. Windows color (decimal): -4493205 or 7041211. OLE color: 7041211.
HSL color Cylindrical-coordinate representation of color #BB706B: hue angle of 3.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB706B is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 107 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.27 |
| HSL | 3.75º | 0.37% | 0.58% | - |
| HSV(B) | 3.75º | 0.43% | 0.73% | - |
| XYZ | 28.94 | 23.21 | 16.87 | - |
| YUV | 133.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 107 | 0 | 0.40 | 0.43 | 0.27 | 3.75 | 0.37 | 0.58 |
| Hex | BB | 70 | 6B | 0 | 28 | 2B | 1B | 4 | 25 | 3A |
| Octal | 273 | 160 | 153 | 0 | 50 | 53 | 33 | 4 | 45 | 72 |
| Binary | 10111011 | 1110000 | 1101011 | 0 | 101000 | 101011 | 11011 | 100 | 100101 | 111010 |
Color Harmonies of #BB706B
Complementary color
Monochromatic Colors of #BB706B
Black with #BB706B
Text Example
Text Example
White with #BB706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB706B; }
p { color: rgb(187,112,107); }
H1.HeaderClassName
{
color: #BB706B;
}
.AnyTagClassName
{
color: #BB706B;
}
</style>
background-color css
<style>
a { background-color: #BB706B; }
a { background-color: rgb(187,112,107); }
div.DivClassName
{
background-color: #BB706B;
}
.BgClassName
{
background-color: #BB706B;
}
</style>
border-color css
<style>
span { border-color: #BB706B; }
span { border-color: rgb(187,112,107); }
td.TdClassName
{
border-color: #BB706B;
}
.TagClassName
{
border-color: #BB706B;
}
</style>