Shades of Contessa #BB705E
Tints of Contessa #BB705E
RGB
CMYK
RGB Variations
Color information
#BB705E (or 0xBB705E) is known color: Contessa. HEX triplet: BB, 70 and 5E. RGB value is (187,112,94). Sum of RGB (Red+Green+Blue) = 187+112+94=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB705E is #448FA1. Grayscale: #848484. Windows color (decimal): -4493218 or 6189243. OLE color: 6189243.
HSL color Cylindrical-coordinate representation of color #BB705E: hue angle of 11.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB705E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 94 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.27 |
| HSL | 11.61º | 0.41% | 0.55% | - |
| HSV(B) | 11.61º | 0.5% | 0.73% | - |
| XYZ | 28.31 | 22.96 | 13.53 | - |
| YUV | 132.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 94 | 0 | 0.40 | 0.50 | 0.27 | 11.61 | 0.41 | 0.55 |
| Hex | BB | 70 | 5E | 0 | 28 | 32 | 1B | C | 29 | 37 |
| Octal | 273 | 160 | 136 | 0 | 50 | 62 | 33 | 14 | 51 | 67 |
| Binary | 10111011 | 1110000 | 1011110 | 0 | 101000 | 110010 | 11011 | 1100 | 101001 | 110111 |
Color Harmonies of #BB705E
Complementary color
Monochromatic Colors of #BB705E
Black with #BB705E
Text Example
Text Example
White with #BB705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB705E; }
p { color: rgb(187,112,94); }
H1.HeaderClassName
{
color: #BB705E;
}
.AnyTagClassName
{
color: #BB705E;
}
</style>
background-color css
<style>
a { background-color: #BB705E; }
a { background-color: rgb(187,112,94); }
div.DivClassName
{
background-color: #BB705E;
}
.BgClassName
{
background-color: #BB705E;
}
</style>
border-color css
<style>
span { border-color: #BB705E; }
span { border-color: rgb(187,112,94); }
td.TdClassName
{
border-color: #BB705E;
}
.TagClassName
{
border-color: #BB705E;
}
</style>