Shades of Contessa #BF7965
Tints of Contessa #BF7965
RGB
CMYK
RGB Variations
Color information
#BF7965 (or 0xBF7965) is known color: Contessa. HEX triplet: BF, 79 and 65. RGB value is (191,121,101). Sum of RGB (Red+Green+Blue) = 191+121+101=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7965 is #40869A. Grayscale: #8B8B8B. Windows color (decimal): -4228763 or 6650303. OLE color: 6650303.
HSL color Cylindrical-coordinate representation of color #BF7965: hue angle of 13.33º 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 #BF7965 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 101 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.25 |
| HSL | 13.33º | 0.41% | 0.57% | - |
| HSV(B) | 13.33º | 0.47% | 0.75% | - |
| XYZ | 30.67 | 25.69 | 15.65 | - |
| YUV | 139.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 101 | 0 | 0.37 | 0.47 | 0.25 | 13.33 | 0.41 | 0.57 |
| Hex | BF | 79 | 65 | 0 | 25 | 2F | 19 | D | 29 | 39 |
| Octal | 277 | 171 | 145 | 0 | 45 | 57 | 31 | 15 | 51 | 71 |
| Binary | 10111111 | 1111001 | 1100101 | 0 | 100101 | 101111 | 11001 | 1101 | 101001 | 111001 |
Color Harmonies of #BF7965
Complementary color
Monochromatic Colors of #BF7965
Black with #BF7965
Text Example
Text Example
White with #BF7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7965; }
p { color: rgb(191,121,101); }
H1.HeaderClassName
{
color: #BF7965;
}
.AnyTagClassName
{
color: #BF7965;
}
</style>
background-color css
<style>
a { background-color: #BF7965; }
a { background-color: rgb(191,121,101); }
div.DivClassName
{
background-color: #BF7965;
}
.BgClassName
{
background-color: #BF7965;
}
</style>
border-color css
<style>
span { border-color: #BF7965; }
span { border-color: rgb(191,121,101); }
td.TdClassName
{
border-color: #BF7965;
}
.TagClassName
{
border-color: #BF7965;
}
</style>