Shades of Contessa #BB7A70
Tints of Contessa #BB7A70
RGB
CMYK
RGB Variations
Color information
#BB7A70 (or 0xBB7A70) is known color: Contessa. HEX triplet: BB, 7A and 70. RGB value is (187,122,112). Sum of RGB (Red+Green+Blue) = 187+122+112=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A70 is #44858F. Grayscale: #8C8C8C. Windows color (decimal): -4490640 or 7371451. OLE color: 7371451.
HSL color Cylindrical-coordinate representation of color #BB7A70: hue angle of 8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7A70 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 112 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.27 |
| HSL | 8º | 0.36% | 0.59% | - |
| HSV(B) | 8º | 0.4% | 0.73% | - |
| XYZ | 30.38 | 25.65 | 18.68 | - |
| YUV | 140.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 112 | 0 | 0.35 | 0.40 | 0.27 | 8 | 0.36 | 0.59 |
| Hex | BB | 7A | 70 | 0 | 23 | 28 | 1B | 8 | 24 | 3B |
| Octal | 273 | 172 | 160 | 0 | 43 | 50 | 33 | 10 | 44 | 73 |
| Binary | 10111011 | 1111010 | 1110000 | 0 | 100011 | 101000 | 11011 | 1000 | 100100 | 111011 |
Color Harmonies of #BB7A70
Complementary color
Monochromatic Colors of #BB7A70
Black with #BB7A70
Text Example
Text Example
White with #BB7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A70; }
p { color: rgb(187,122,112); }
H1.HeaderClassName
{
color: #BB7A70;
}
.AnyTagClassName
{
color: #BB7A70;
}
</style>
background-color css
<style>
a { background-color: #BB7A70; }
a { background-color: rgb(187,122,112); }
div.DivClassName
{
background-color: #BB7A70;
}
.BgClassName
{
background-color: #BB7A70;
}
</style>
border-color css
<style>
span { border-color: #BB7A70; }
span { border-color: rgb(187,122,112); }
td.TdClassName
{
border-color: #BB7A70;
}
.TagClassName
{
border-color: #BB7A70;
}
</style>