Shades of Contessa #BF706A
Tints of Contessa #BF706A
RGB
CMYK
RGB Variations
Color information
#BF706A (or 0xBF706A) is known color: Contessa. HEX triplet: BF, 70 and 6A. RGB value is (191,112,106). Sum of RGB (Red+Green+Blue) = 191+112+106=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706A is #408F95. Grayscale: #878787. Windows color (decimal): -4231062 or 6975679. OLE color: 6975679.
HSL color Cylindrical-coordinate representation of color #BF706A: hue angle of 4.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF706A is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 106 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.25 |
| HSL | 4.24º | 0.4% | 0.58% | - |
| HSV(B) | 4.24º | 0.45% | 0.75% | - |
| XYZ | 29.88 | 23.71 | 16.64 | - |
| YUV | 134.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 106 | 0 | 0.41 | 0.45 | 0.25 | 4.24 | 0.4 | 0.58 |
| Hex | BF | 70 | 6A | 0 | 29 | 2D | 19 | 4 | 28 | 3A |
| Octal | 277 | 160 | 152 | 0 | 51 | 55 | 31 | 4 | 50 | 72 |
| Binary | 10111111 | 1110000 | 1101010 | 0 | 101001 | 101101 | 11001 | 100 | 101000 | 111010 |
Color Harmonies of #BF706A
Complementary color
Monochromatic Colors of #BF706A
Black with #BF706A
Text Example
Text Example
White with #BF706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF706A; }
p { color: rgb(191,112,106); }
H1.HeaderClassName
{
color: #BF706A;
}
.AnyTagClassName
{
color: #BF706A;
}
</style>
background-color css
<style>
a { background-color: #BF706A; }
a { background-color: rgb(191,112,106); }
div.DivClassName
{
background-color: #BF706A;
}
.BgClassName
{
background-color: #BF706A;
}
</style>
border-color css
<style>
span { border-color: #BF706A; }
span { border-color: rgb(191,112,106); }
td.TdClassName
{
border-color: #BF706A;
}
.TagClassName
{
border-color: #BF706A;
}
</style>