Shades of Contessa #BF6D66
Tints of Contessa #BF6D66
RGB
CMYK
RGB Variations
Color information
#BF6D66 (or 0xBF6D66) is known color: Contessa. HEX triplet: BF, 6D and 66. RGB value is (191,109,102). Sum of RGB (Red+Green+Blue) = 191+109+102=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D66 is #409299. Grayscale: #848484. Windows color (decimal): -4231834 or 6712767. OLE color: 6712767.
HSL color Cylindrical-coordinate representation of color #BF6D66: hue angle of 4.72º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6D66 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 102 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.25 |
| HSL | 4.72º | 0.41% | 0.57% | - |
| HSV(B) | 4.72º | 0.47% | 0.75% | - |
| XYZ | 29.35 | 22.97 | 15.46 | - |
| YUV | 132.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 102 | 0 | 0.43 | 0.47 | 0.25 | 4.72 | 0.41 | 0.57 |
| Hex | BF | 6D | 66 | 0 | 2B | 2F | 19 | 5 | 29 | 39 |
| Octal | 277 | 155 | 146 | 0 | 53 | 57 | 31 | 5 | 51 | 71 |
| Binary | 10111111 | 1101101 | 1100110 | 0 | 101011 | 101111 | 11001 | 101 | 101001 | 111001 |
Color Harmonies of #BF6D66
Complementary color
Monochromatic Colors of #BF6D66
Black with #BF6D66
Text Example
Text Example
White with #BF6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D66; }
p { color: rgb(191,109,102); }
H1.HeaderClassName
{
color: #BF6D66;
}
.AnyTagClassName
{
color: #BF6D66;
}
</style>
background-color css
<style>
a { background-color: #BF6D66; }
a { background-color: rgb(191,109,102); }
div.DivClassName
{
background-color: #BF6D66;
}
.BgClassName
{
background-color: #BF6D66;
}
</style>
border-color css
<style>
span { border-color: #BF6D66; }
span { border-color: rgb(191,109,102); }
td.TdClassName
{
border-color: #BF6D66;
}
.TagClassName
{
border-color: #BF6D66;
}
</style>