Shades of Contessa #BF7966
Tints of Contessa #BF7966
RGB
CMYK
RGB Variations
Color information
#BF7966 (or 0xBF7966) is known color: Contessa. HEX triplet: BF, 79 and 66. RGB value is (191,121,102). Sum of RGB (Red+Green+Blue) = 191+121+102=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7966 is #408699. Grayscale: #8B8B8B. Windows color (decimal): -4228762 or 6715839. OLE color: 6715839.
HSL color Cylindrical-coordinate representation of color #BF7966: hue angle of 12.81º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7966 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 102 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.25 |
| HSL | 12.81º | 0.41% | 0.57% | - |
| HSV(B) | 12.81º | 0.47% | 0.75% | - |
| XYZ | 30.72 | 25.71 | 15.91 | - |
| YUV | 139.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 102 | 0 | 0.37 | 0.47 | 0.25 | 12.81 | 0.41 | 0.57 |
| Hex | BF | 79 | 66 | 0 | 25 | 2F | 19 | D | 29 | 39 |
| Octal | 277 | 171 | 146 | 0 | 45 | 57 | 31 | 15 | 51 | 71 |
| Binary | 10111111 | 1111001 | 1100110 | 0 | 100101 | 101111 | 11001 | 1101 | 101001 | 111001 |
Color Harmonies of #BF7966
Complementary color
Monochromatic Colors of #BF7966
Black with #BF7966
Text Example
Text Example
White with #BF7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7966; }
p { color: rgb(191,121,102); }
H1.HeaderClassName
{
color: #BF7966;
}
.AnyTagClassName
{
color: #BF7966;
}
</style>
background-color css
<style>
a { background-color: #BF7966; }
a { background-color: rgb(191,121,102); }
div.DivClassName
{
background-color: #BF7966;
}
.BgClassName
{
background-color: #BF7966;
}
</style>
border-color css
<style>
span { border-color: #BF7966; }
span { border-color: rgb(191,121,102); }
td.TdClassName
{
border-color: #BF7966;
}
.TagClassName
{
border-color: #BF7966;
}
</style>