Shades of Contessa #BF7770
Tints of Contessa #BF7770
RGB
CMYK
RGB Variations
Color information
#BF7770 (or 0xBF7770) is known color: Contessa. HEX triplet: BF, 77 and 70. RGB value is (191,119,112). Sum of RGB (Red+Green+Blue) = 191+119+112=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7770 is #40888F. Grayscale: #8B8B8B. Windows color (decimal): -4229264 or 7370687. OLE color: 7370687.
HSL color Cylindrical-coordinate representation of color #BF7770: hue angle of 5.32º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7770 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 112 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.25 |
| HSL | 5.32º | 0.38% | 0.59% | - |
| HSV(B) | 5.32º | 0.41% | 0.75% | - |
| XYZ | 31.01 | 25.44 | 18.61 | - |
| YUV | 139.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 112 | 0 | 0.38 | 0.41 | 0.25 | 5.32 | 0.38 | 0.59 |
| Hex | BF | 77 | 70 | 0 | 26 | 29 | 19 | 5 | 26 | 3B |
| Octal | 277 | 167 | 160 | 0 | 46 | 51 | 31 | 5 | 46 | 73 |
| Binary | 10111111 | 1110111 | 1110000 | 0 | 100110 | 101001 | 11001 | 101 | 100110 | 111011 |
Color Harmonies of #BF7770
Complementary color
Monochromatic Colors of #BF7770
Black with #BF7770
Text Example
Text Example
White with #BF7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7770; }
p { color: rgb(191,119,112); }
H1.HeaderClassName
{
color: #BF7770;
}
.AnyTagClassName
{
color: #BF7770;
}
</style>
background-color css
<style>
a { background-color: #BF7770; }
a { background-color: rgb(191,119,112); }
div.DivClassName
{
background-color: #BF7770;
}
.BgClassName
{
background-color: #BF7770;
}
</style>
border-color css
<style>
span { border-color: #BF7770; }
span { border-color: rgb(191,119,112); }
td.TdClassName
{
border-color: #BF7770;
}
.TagClassName
{
border-color: #BF7770;
}
</style>