Shades of Contessa #BF786E
Tints of Contessa #BF786E
RGB
CMYK
RGB Variations
Color information
#BF786E (or 0xBF786E) is known color: Contessa. HEX triplet: BF, 78 and 6E. RGB value is (191,120,110). Sum of RGB (Red+Green+Blue) = 191+120+110=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF786E is #408791. Grayscale: #8C8C8C. Windows color (decimal): -4229010 or 7239871. OLE color: 7239871.
HSL color Cylindrical-coordinate representation of color #BF786E: hue angle of 7.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF786E is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 110 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.25 |
| HSL | 7.41º | 0.39% | 0.59% | - |
| HSV(B) | 7.41º | 0.42% | 0.75% | - |
| XYZ | 31.02 | 25.64 | 18.07 | - |
| YUV | 140.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 110 | 0 | 0.37 | 0.42 | 0.25 | 7.41 | 0.39 | 0.59 |
| Hex | BF | 78 | 6E | 0 | 25 | 2A | 19 | 7 | 27 | 3B |
| Octal | 277 | 170 | 156 | 0 | 45 | 52 | 31 | 7 | 47 | 73 |
| Binary | 10111111 | 1111000 | 1101110 | 0 | 100101 | 101010 | 11001 | 111 | 100111 | 111011 |
Color Harmonies of #BF786E
Complementary color
Monochromatic Colors of #BF786E
Black with #BF786E
Text Example
Text Example
White with #BF786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF786E; }
p { color: rgb(191,120,110); }
H1.HeaderClassName
{
color: #BF786E;
}
.AnyTagClassName
{
color: #BF786E;
}
</style>
background-color css
<style>
a { background-color: #BF786E; }
a { background-color: rgb(191,120,110); }
div.DivClassName
{
background-color: #BF786E;
}
.BgClassName
{
background-color: #BF786E;
}
</style>
border-color css
<style>
span { border-color: #BF786E; }
span { border-color: rgb(191,120,110); }
td.TdClassName
{
border-color: #BF786E;
}
.TagClassName
{
border-color: #BF786E;
}
</style>