Shades of Contessa #BF7777
Tints of Contessa #BF7777
RGB
CMYK
RGB Variations
Color information
#BF7777 (or 0xBF7777) is known color: Contessa. HEX triplet: BF, 77 and 77. RGB value is (191,119,119). Sum of RGB (Red+Green+Blue) = 191+119+119=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7777 is #408888. Grayscale: #8C8C8C. Windows color (decimal): -4229257 or 7829439. OLE color: 7829439.
HSL color Cylindrical-coordinate representation of color #BF7777: hue angle of 0º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7777 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 119 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.25 |
| HSL | 0º | 0.36% | 0.61% | - |
| HSV(B) | 0º | 0.38% | 0.75% | - |
| XYZ | 31.41 | 25.6 | 20.74 | - |
| YUV | 140.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 119 | 0 | 0.38 | 0.38 | 0.25 | 0 | 0.36 | 0.61 |
| Hex | BF | 77 | 77 | 0 | 26 | 26 | 19 | 0 | 24 | 3D |
| Octal | 277 | 167 | 167 | 0 | 46 | 46 | 31 | 0 | 44 | 75 |
| Binary | 10111111 | 1110111 | 1110111 | 0 | 100110 | 100110 | 11001 | 0 | 100100 | 111101 |
Color Harmonies of #BF7777
Complementary color
Monochromatic Colors of #BF7777
Black with #BF7777
Text Example
Text Example
White with #BF7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7777; }
p { color: rgb(191,119,119); }
H1.HeaderClassName
{
color: #BF7777;
}
.AnyTagClassName
{
color: #BF7777;
}
</style>
background-color css
<style>
a { background-color: #BF7777; }
a { background-color: rgb(191,119,119); }
div.DivClassName
{
background-color: #BF7777;
}
.BgClassName
{
background-color: #BF7777;
}
</style>
border-color css
<style>
span { border-color: #BF7777; }
span { border-color: rgb(191,119,119); }
td.TdClassName
{
border-color: #BF7777;
}
.TagClassName
{
border-color: #BF7777;
}
</style>