Shades of Contessa #BB7A6A
Tints of Contessa #BB7A6A
RGB
CMYK
RGB Variations
Color information
#BB7A6A (or 0xBB7A6A) is known color: Contessa. HEX triplet: BB, 7A and 6A. RGB value is (187,122,106). Sum of RGB (Red+Green+Blue) = 187+122+106=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A6A is #448595. Grayscale: #8B8B8B. Windows color (decimal): -4490646 or 6978235. OLE color: 6978235.
HSL color Cylindrical-coordinate representation of color #BB7A6A: hue angle of 11.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7A6A is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 106 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.27 |
| HSL | 11.85º | 0.37% | 0.57% | - |
| HSV(B) | 11.85º | 0.43% | 0.73% | - |
| XYZ | 30.05 | 25.52 | 16.98 | - |
| YUV | 139.61 | 109.03 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 106 | 0 | 0.35 | 0.43 | 0.27 | 11.85 | 0.37 | 0.57 |
| Hex | BB | 7A | 6A | 0 | 23 | 2B | 1B | C | 25 | 39 |
| Octal | 273 | 172 | 152 | 0 | 43 | 53 | 33 | 14 | 45 | 71 |
| Binary | 10111011 | 1111010 | 1101010 | 0 | 100011 | 101011 | 11011 | 1100 | 100101 | 111001 |
Color Harmonies of #BB7A6A
Complementary color
Monochromatic Colors of #BB7A6A
Black with #BB7A6A
Text Example
Text Example
White with #BB7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A6A; }
p { color: rgb(187,122,106); }
H1.HeaderClassName
{
color: #BB7A6A;
}
.AnyTagClassName
{
color: #BB7A6A;
}
</style>
background-color css
<style>
a { background-color: #BB7A6A; }
a { background-color: rgb(187,122,106); }
div.DivClassName
{
background-color: #BB7A6A;
}
.BgClassName
{
background-color: #BB7A6A;
}
</style>
border-color css
<style>
span { border-color: #BB7A6A; }
span { border-color: rgb(187,122,106); }
td.TdClassName
{
border-color: #BB7A6A;
}
.TagClassName
{
border-color: #BB7A6A;
}
</style>