Shades of Contessa #BF706F
Tints of Contessa #BF706F
RGB
CMYK
RGB Variations
Color information
#BF706F (or 0xBF706F) is known color: Contessa. HEX triplet: BF, 70 and 6F. RGB value is (191,112,111). Sum of RGB (Red+Green+Blue) = 191+112+111=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706F is #408F90. Grayscale: #878787. Windows color (decimal): -4231057 or 7303359. OLE color: 7303359.
HSL color Cylindrical-coordinate representation of color #BF706F: hue angle of 0.75º degrees, saturation: 0.38, 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 #BF706F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 111 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.25 |
| HSL | 0.75º | 0.38% | 0.59% | - |
| HSV(B) | 0.75º | 0.42% | 0.75% | - |
| XYZ | 30.15 | 23.81 | 18.05 | - |
| YUV | 135.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 111 | 0 | 0.41 | 0.42 | 0.25 | 0.75 | 0.38 | 0.59 |
| Hex | BF | 70 | 6F | 0 | 29 | 2A | 19 | 1 | 26 | 3B |
| Octal | 277 | 160 | 157 | 0 | 51 | 52 | 31 | 1 | 46 | 73 |
| Binary | 10111111 | 1110000 | 1101111 | 0 | 101001 | 101010 | 11001 | 1 | 100110 | 111011 |
Color Harmonies of #BF706F
Complementary color
Monochromatic Colors of #BF706F
Black with #BF706F
Text Example
Text Example
White with #BF706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF706F; }
p { color: rgb(191,112,111); }
H1.HeaderClassName
{
color: #BF706F;
}
.AnyTagClassName
{
color: #BF706F;
}
</style>
background-color css
<style>
a { background-color: #BF706F; }
a { background-color: rgb(191,112,111); }
div.DivClassName
{
background-color: #BF706F;
}
.BgClassName
{
background-color: #BF706F;
}
</style>
border-color css
<style>
span { border-color: #BF706F; }
span { border-color: rgb(191,112,111); }
td.TdClassName
{
border-color: #BF706F;
}
.TagClassName
{
border-color: #BF706F;
}
</style>