Shades of Contessa #BB776F
Tints of Contessa #BB776F
RGB
CMYK
RGB Variations
Color information
#BB776F (or 0xBB776F) is known color: Contessa. HEX triplet: BB, 77 and 6F. RGB value is (187,119,111). Sum of RGB (Red+Green+Blue) = 187+119+111=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB776F is #448890. Grayscale: #8A8A8A. Windows color (decimal): -4491409 or 7305147. OLE color: 7305147.
HSL color Cylindrical-coordinate representation of color #BB776F: hue angle of 6.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB776F is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 111 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.27 |
| HSL | 6.32º | 0.36% | 0.58% | - |
| HSV(B) | 6.32º | 0.41% | 0.73% | - |
| XYZ | 29.96 | 24.91 | 18.27 | - |
| YUV | 138.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 111 | 0 | 0.36 | 0.41 | 0.27 | 6.32 | 0.36 | 0.58 |
| Hex | BB | 77 | 6F | 0 | 24 | 29 | 1B | 6 | 24 | 3A |
| Octal | 273 | 167 | 157 | 0 | 44 | 51 | 33 | 6 | 44 | 72 |
| Binary | 10111011 | 1110111 | 1101111 | 0 | 100100 | 101001 | 11011 | 110 | 100100 | 111010 |
Color Harmonies of #BB776F
Complementary color
Monochromatic Colors of #BB776F
Black with #BB776F
Text Example
Text Example
White with #BB776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB776F; }
p { color: rgb(187,119,111); }
H1.HeaderClassName
{
color: #BB776F;
}
.AnyTagClassName
{
color: #BB776F;
}
</style>
background-color css
<style>
a { background-color: #BB776F; }
a { background-color: rgb(187,119,111); }
div.DivClassName
{
background-color: #BB776F;
}
.BgClassName
{
background-color: #BB776F;
}
</style>
border-color css
<style>
span { border-color: #BB776F; }
span { border-color: rgb(187,119,111); }
td.TdClassName
{
border-color: #BB776F;
}
.TagClassName
{
border-color: #BB776F;
}
</style>