Shades of Contessa #BF6D6C
Tints of Contessa #BF6D6C
RGB
CMYK
RGB Variations
Color information
#BF6D6C (or 0xBF6D6C) is known color: Contessa. HEX triplet: BF, 6D and 6C. RGB value is (191,109,108). Sum of RGB (Red+Green+Blue) = 191+109+108=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D6C is #409293. Grayscale: #858585. Windows color (decimal): -4231828 or 7105983. OLE color: 7105983.
HSL color Cylindrical-coordinate representation of color #BF6D6C: hue angle of 0.72º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6D6C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 108 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.25 |
| HSL | 0.72º | 0.39% | 0.59% | - |
| HSV(B) | 0.72º | 0.43% | 0.75% | - |
| XYZ | 29.66 | 23.1 | 17.08 | - |
| YUV | 133.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 108 | 0 | 0.43 | 0.43 | 0.25 | 0.72 | 0.39 | 0.59 |
| Hex | BF | 6D | 6C | 0 | 2B | 2B | 19 | 1 | 27 | 3B |
| Octal | 277 | 155 | 154 | 0 | 53 | 53 | 31 | 1 | 47 | 73 |
| Binary | 10111111 | 1101101 | 1101100 | 0 | 101011 | 101011 | 11001 | 1 | 100111 | 111011 |
Color Harmonies of #BF6D6C
Complementary color
Monochromatic Colors of #BF6D6C
Black with #BF6D6C
Text Example
Text Example
White with #BF6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D6C; }
p { color: rgb(191,109,108); }
H1.HeaderClassName
{
color: #BF6D6C;
}
.AnyTagClassName
{
color: #BF6D6C;
}
</style>
background-color css
<style>
a { background-color: #BF6D6C; }
a { background-color: rgb(191,109,108); }
div.DivClassName
{
background-color: #BF6D6C;
}
.BgClassName
{
background-color: #BF6D6C;
}
</style>
border-color css
<style>
span { border-color: #BF6D6C; }
span { border-color: rgb(191,109,108); }
td.TdClassName
{
border-color: #BF6D6C;
}
.TagClassName
{
border-color: #BF6D6C;
}
</style>