Shades of Contessa #BF786D
Tints of Contessa #BF786D
RGB
CMYK
RGB Variations
Color information
#BF786D (or 0xBF786D) is known color: Contessa. HEX triplet: BF, 78 and 6D. RGB value is (191,120,109). Sum of RGB (Red+Green+Blue) = 191+120+109=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF786D is #408792. Grayscale: #8C8C8C. Windows color (decimal): -4229011 or 7174335. OLE color: 7174335.
HSL color Cylindrical-coordinate representation of color #BF786D: hue angle of 8.05º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF786D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 109 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.25 |
| HSL | 8.05º | 0.39% | 0.59% | - |
| HSV(B) | 8.05º | 0.43% | 0.75% | - |
| XYZ | 30.96 | 25.61 | 17.78 | - |
| YUV | 139.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 109 | 0 | 0.37 | 0.43 | 0.25 | 8.05 | 0.39 | 0.59 |
| Hex | BF | 78 | 6D | 0 | 25 | 2B | 19 | 8 | 27 | 3B |
| Octal | 277 | 170 | 155 | 0 | 45 | 53 | 31 | 10 | 47 | 73 |
| Binary | 10111111 | 1111000 | 1101101 | 0 | 100101 | 101011 | 11001 | 1000 | 100111 | 111011 |
Color Harmonies of #BF786D
Complementary color
Monochromatic Colors of #BF786D
Black with #BF786D
Text Example
Text Example
White with #BF786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF786D; }
p { color: rgb(191,120,109); }
H1.HeaderClassName
{
color: #BF786D;
}
.AnyTagClassName
{
color: #BF786D;
}
</style>
background-color css
<style>
a { background-color: #BF786D; }
a { background-color: rgb(191,120,109); }
div.DivClassName
{
background-color: #BF786D;
}
.BgClassName
{
background-color: #BF786D;
}
</style>
border-color css
<style>
span { border-color: #BF786D; }
span { border-color: rgb(191,120,109); }
td.TdClassName
{
border-color: #BF786D;
}
.TagClassName
{
border-color: #BF786D;
}
</style>