Shades of Contessa #BF6D6B
Tints of Contessa #BF6D6B
RGB
CMYK
RGB Variations
Color information
#BF6D6B (or 0xBF6D6B) is known color: Contessa. HEX triplet: BF, 6D and 6B. RGB value is (191,109,107). Sum of RGB (Red+Green+Blue) = 191+109+107=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D6B is #409294. Grayscale: #858585. Windows color (decimal): -4231829 or 7040447. OLE color: 7040447.
HSL color Cylindrical-coordinate representation of color #BF6D6B: hue angle of 1.43º 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 #BF6D6B is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 107 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.25 |
| HSL | 1.43º | 0.4% | 0.58% | - |
| HSV(B) | 1.43º | 0.44% | 0.75% | - |
| XYZ | 29.61 | 23.08 | 16.8 | - |
| YUV | 133.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 107 | 0 | 0.43 | 0.44 | 0.25 | 1.43 | 0.4 | 0.58 |
| Hex | BF | 6D | 6B | 0 | 2B | 2C | 19 | 1 | 28 | 3A |
| Octal | 277 | 155 | 153 | 0 | 53 | 54 | 31 | 1 | 50 | 72 |
| Binary | 10111111 | 1101101 | 1101011 | 0 | 101011 | 101100 | 11001 | 1 | 101000 | 111010 |
Color Harmonies of #BF6D6B
Complementary color
Monochromatic Colors of #BF6D6B
Black with #BF6D6B
Text Example
Text Example
White with #BF6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D6B; }
p { color: rgb(191,109,107); }
H1.HeaderClassName
{
color: #BF6D6B;
}
.AnyTagClassName
{
color: #BF6D6B;
}
</style>
background-color css
<style>
a { background-color: #BF6D6B; }
a { background-color: rgb(191,109,107); }
div.DivClassName
{
background-color: #BF6D6B;
}
.BgClassName
{
background-color: #BF6D6B;
}
</style>
border-color css
<style>
span { border-color: #BF6D6B; }
span { border-color: rgb(191,109,107); }
td.TdClassName
{
border-color: #BF6D6B;
}
.TagClassName
{
border-color: #BF6D6B;
}
</style>