Shades of Contessa #BF706D
Tints of Contessa #BF706D
RGB
CMYK
RGB Variations
Color information
#BF706D (or 0xBF706D) is known color: Contessa. HEX triplet: BF, 70 and 6D. RGB value is (191,112,109). Sum of RGB (Red+Green+Blue) = 191+112+109=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706D is #408F92. Grayscale: #878787. Windows color (decimal): -4231059 or 7172287. OLE color: 7172287.
HSL color Cylindrical-coordinate representation of color #BF706D: hue angle of 2.2º 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 #BF706D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 109 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.25 |
| HSL | 2.2º | 0.39% | 0.59% | - |
| HSV(B) | 2.2º | 0.43% | 0.75% | - |
| XYZ | 30.04 | 23.77 | 17.47 | - |
| YUV | 135.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 109 | 0 | 0.41 | 0.43 | 0.25 | 2.2 | 0.39 | 0.59 |
| Hex | BF | 70 | 6D | 0 | 29 | 2B | 19 | 2 | 27 | 3B |
| Octal | 277 | 160 | 155 | 0 | 51 | 53 | 31 | 2 | 47 | 73 |
| Binary | 10111111 | 1110000 | 1101101 | 0 | 101001 | 101011 | 11001 | 10 | 100111 | 111011 |
Color Harmonies of #BF706D
Complementary color
Monochromatic Colors of #BF706D
Black with #BF706D
Text Example
Text Example
White with #BF706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF706D; }
p { color: rgb(191,112,109); }
H1.HeaderClassName
{
color: #BF706D;
}
.AnyTagClassName
{
color: #BF706D;
}
</style>
background-color css
<style>
a { background-color: #BF706D; }
a { background-color: rgb(191,112,109); }
div.DivClassName
{
background-color: #BF706D;
}
.BgClassName
{
background-color: #BF706D;
}
</style>
border-color css
<style>
span { border-color: #BF706D; }
span { border-color: rgb(191,112,109); }
td.TdClassName
{
border-color: #BF706D;
}
.TagClassName
{
border-color: #BF706D;
}
</style>