Shades of Contessa #BF7067
Tints of Contessa #BF7067
RGB
CMYK
RGB Variations
Color information
#BF7067 (or 0xBF7067) is known color: Contessa. HEX triplet: BF, 70 and 67. RGB value is (191,112,103). Sum of RGB (Red+Green+Blue) = 191+112+103=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7067 is #408F98. Grayscale: #868686. Windows color (decimal): -4231065 or 6779071. OLE color: 6779071.
HSL color Cylindrical-coordinate representation of color #BF7067: hue angle of 6.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7067 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 103 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.25 |
| HSL | 6.14º | 0.41% | 0.58% | - |
| HSV(B) | 6.14º | 0.46% | 0.75% | - |
| XYZ | 29.73 | 23.64 | 15.83 | - |
| YUV | 134.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 103 | 0 | 0.41 | 0.46 | 0.25 | 6.14 | 0.41 | 0.58 |
| Hex | BF | 70 | 67 | 0 | 29 | 2E | 19 | 6 | 29 | 3A |
| Octal | 277 | 160 | 147 | 0 | 51 | 56 | 31 | 6 | 51 | 72 |
| Binary | 10111111 | 1110000 | 1100111 | 0 | 101001 | 101110 | 11001 | 110 | 101001 | 111010 |
Color Harmonies of #BF7067
Complementary color
Monochromatic Colors of #BF7067
Black with #BF7067
Text Example
Text Example
White with #BF7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7067; }
p { color: rgb(191,112,103); }
H1.HeaderClassName
{
color: #BF7067;
}
.AnyTagClassName
{
color: #BF7067;
}
</style>
background-color css
<style>
a { background-color: #BF7067; }
a { background-color: rgb(191,112,103); }
div.DivClassName
{
background-color: #BF7067;
}
.BgClassName
{
background-color: #BF7067;
}
</style>
border-color css
<style>
span { border-color: #BF7067; }
span { border-color: rgb(191,112,103); }
td.TdClassName
{
border-color: #BF7067;
}
.TagClassName
{
border-color: #BF7067;
}
</style>