Shades of Contessa #BF7B70
Tints of Contessa #BF7B70
RGB
CMYK
RGB Variations
Color information
#BF7B70 (or 0xBF7B70) is known color: Contessa. HEX triplet: BF, 7B and 70. RGB value is (191,123,112). Sum of RGB (Red+Green+Blue) = 191+123+112=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B70 is #40848F. Grayscale: #8E8E8E. Windows color (decimal): -4228240 or 7371711. OLE color: 7371711.
HSL color Cylindrical-coordinate representation of color #BF7B70: hue angle of 8.35º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7B70 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 112 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.25 |
| HSL | 8.35º | 0.38% | 0.59% | - |
| HSV(B) | 8.35º | 0.41% | 0.75% | - |
| XYZ | 31.49 | 26.41 | 18.77 | - |
| YUV | 142.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 112 | 0 | 0.36 | 0.41 | 0.25 | 8.35 | 0.38 | 0.59 |
| Hex | BF | 7B | 70 | 0 | 24 | 29 | 19 | 8 | 26 | 3B |
| Octal | 277 | 173 | 160 | 0 | 44 | 51 | 31 | 10 | 46 | 73 |
| Binary | 10111111 | 1111011 | 1110000 | 0 | 100100 | 101001 | 11001 | 1000 | 100110 | 111011 |
Color Harmonies of #BF7B70
Complementary color
Monochromatic Colors of #BF7B70
Black with #BF7B70
Text Example
Text Example
White with #BF7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B70; }
p { color: rgb(191,123,112); }
H1.HeaderClassName
{
color: #BF7B70;
}
.AnyTagClassName
{
color: #BF7B70;
}
</style>
background-color css
<style>
a { background-color: #BF7B70; }
a { background-color: rgb(191,123,112); }
div.DivClassName
{
background-color: #BF7B70;
}
.BgClassName
{
background-color: #BF7B70;
}
</style>
border-color css
<style>
span { border-color: #BF7B70; }
span { border-color: rgb(191,123,112); }
td.TdClassName
{
border-color: #BF7B70;
}
.TagClassName
{
border-color: #BF7B70;
}
</style>