Shades of Contessa #BF7762
Tints of Contessa #BF7762
RGB
CMYK
RGB Variations
Color information
#BF7762 (or 0xBF7762) is known color: Contessa. HEX triplet: BF, 77 and 62. RGB value is (191,119,98). Sum of RGB (Red+Green+Blue) = 191+119+98=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7762 is #40889D. Grayscale: #8A8A8A. Windows color (decimal): -4229278 or 6453183. OLE color: 6453183.
HSL color Cylindrical-coordinate representation of color #BF7762: hue angle of 13.55º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF7762 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 98 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.25 |
| HSL | 13.55º | 0.42% | 0.57% | - |
| HSV(B) | 13.55º | 0.49% | 0.75% | - |
| XYZ | 30.29 | 25.15 | 14.81 | - |
| YUV | 138.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 98 | 0 | 0.38 | 0.49 | 0.25 | 13.55 | 0.42 | 0.57 |
| Hex | BF | 77 | 62 | 0 | 26 | 31 | 19 | E | 2A | 39 |
| Octal | 277 | 167 | 142 | 0 | 46 | 61 | 31 | 16 | 52 | 71 |
| Binary | 10111111 | 1110111 | 1100010 | 0 | 100110 | 110001 | 11001 | 1110 | 101010 | 111001 |
Color Harmonies of #BF7762
Complementary color
Monochromatic Colors of #BF7762
Black with #BF7762
Text Example
Text Example
White with #BF7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7762; }
p { color: rgb(191,119,98); }
H1.HeaderClassName
{
color: #BF7762;
}
.AnyTagClassName
{
color: #BF7762;
}
</style>
background-color css
<style>
a { background-color: #BF7762; }
a { background-color: rgb(191,119,98); }
div.DivClassName
{
background-color: #BF7762;
}
.BgClassName
{
background-color: #BF7762;
}
</style>
border-color css
<style>
span { border-color: #BF7762; }
span { border-color: rgb(191,119,98); }
td.TdClassName
{
border-color: #BF7762;
}
.TagClassName
{
border-color: #BF7762;
}
</style>