Shades of Contessa #BF6C6B
Tints of Contessa #BF6C6B
RGB
CMYK
RGB Variations
Color information
#BF6C6B (or 0xBF6C6B) is known color: Contessa. HEX triplet: BF, 6C and 6B. RGB value is (191,108,107). Sum of RGB (Red+Green+Blue) = 191+108+107=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C6B is #409394. Grayscale: #848484. Windows color (decimal): -4232085 or 7040191. OLE color: 7040191.
HSL color Cylindrical-coordinate representation of color #BF6C6B: hue angle of 0.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6C6B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 107 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.25 |
| HSL | 0.71º | 0.4% | 0.58% | - |
| HSV(B) | 0.71º | 0.44% | 0.75% | - |
| XYZ | 29.5 | 22.86 | 16.77 | - |
| YUV | 132.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 107 | 0 | 0.43 | 0.44 | 0.25 | 0.71 | 0.4 | 0.58 |
| Hex | BF | 6C | 6B | 0 | 2B | 2C | 19 | 1 | 28 | 3A |
| Octal | 277 | 154 | 153 | 0 | 53 | 54 | 31 | 1 | 50 | 72 |
| Binary | 10111111 | 1101100 | 1101011 | 0 | 101011 | 101100 | 11001 | 1 | 101000 | 111010 |
Color Harmonies of #BF6C6B
Complementary color
Monochromatic Colors of #BF6C6B
Black with #BF6C6B
Text Example
Text Example
White with #BF6C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C6B; }
p { color: rgb(191,108,107); }
H1.HeaderClassName
{
color: #BF6C6B;
}
.AnyTagClassName
{
color: #BF6C6B;
}
</style>
background-color css
<style>
a { background-color: #BF6C6B; }
a { background-color: rgb(191,108,107); }
div.DivClassName
{
background-color: #BF6C6B;
}
.BgClassName
{
background-color: #BF6C6B;
}
</style>
border-color css
<style>
span { border-color: #BF6C6B; }
span { border-color: rgb(191,108,107); }
td.TdClassName
{
border-color: #BF6C6B;
}
.TagClassName
{
border-color: #BF6C6B;
}
</style>