Shades of Contessa #BB7A69
Tints of Contessa #BB7A69
RGB
CMYK
RGB Variations
Color information
#BB7A69 (or 0xBB7A69) is known color: Contessa. HEX triplet: BB, 7A and 69. RGB value is (187,122,105). Sum of RGB (Red+Green+Blue) = 187+122+105=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A69 is #448596. Grayscale: #8B8B8B. Windows color (decimal): -4490647 or 6912699. OLE color: 6912699.
HSL color Cylindrical-coordinate representation of color #BB7A69: hue angle of 12.44º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7A69 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 105 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.27 |
| HSL | 12.44º | 0.38% | 0.57% | - |
| HSV(B) | 12.44º | 0.44% | 0.73% | - |
| XYZ | 30 | 25.5 | 16.71 | - |
| YUV | 139.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 105 | 0 | 0.35 | 0.44 | 0.27 | 12.44 | 0.38 | 0.57 |
| Hex | BB | 7A | 69 | 0 | 23 | 2C | 1B | C | 26 | 39 |
| Octal | 273 | 172 | 151 | 0 | 43 | 54 | 33 | 14 | 46 | 71 |
| Binary | 10111011 | 1111010 | 1101001 | 0 | 100011 | 101100 | 11011 | 1100 | 100110 | 111001 |
Color Harmonies of #BB7A69
Complementary color
Monochromatic Colors of #BB7A69
Black with #BB7A69
Text Example
Text Example
White with #BB7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A69; }
p { color: rgb(187,122,105); }
H1.HeaderClassName
{
color: #BB7A69;
}
.AnyTagClassName
{
color: #BB7A69;
}
</style>
background-color css
<style>
a { background-color: #BB7A69; }
a { background-color: rgb(187,122,105); }
div.DivClassName
{
background-color: #BB7A69;
}
.BgClassName
{
background-color: #BB7A69;
}
</style>
border-color css
<style>
span { border-color: #BB7A69; }
span { border-color: rgb(187,122,105); }
td.TdClassName
{
border-color: #BB7A69;
}
.TagClassName
{
border-color: #BB7A69;
}
</style>