Shades of Contessa #BF6968
Tints of Contessa #BF6968
RGB
CMYK
RGB Variations
Color information
#BF6968 (or 0xBF6968) is known color: Contessa. HEX triplet: BF, 69 and 68. RGB value is (191,105,104). Sum of RGB (Red+Green+Blue) = 191+105+104=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6968 is #409697. Grayscale: #828282. Windows color (decimal): -4232856 or 6842815. OLE color: 6842815.
HSL color Cylindrical-coordinate representation of color #BF6968: hue angle of 0.69º degrees, saturation: 0.4, 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 #BF6968 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 104 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.25 |
| HSL | 0.69º | 0.4% | 0.58% | - |
| HSV(B) | 0.69º | 0.46% | 0.75% | - |
| XYZ | 29.04 | 22.18 | 15.85 | - |
| YUV | 130.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 104 | 0 | 0.45 | 0.46 | 0.25 | 0.69 | 0.4 | 0.58 |
| Hex | BF | 69 | 68 | 0 | 2D | 2E | 19 | 1 | 28 | 3A |
| Octal | 277 | 151 | 150 | 0 | 55 | 56 | 31 | 1 | 50 | 72 |
| Binary | 10111111 | 1101001 | 1101000 | 0 | 101101 | 101110 | 11001 | 1 | 101000 | 111010 |
Color Harmonies of #BF6968
Complementary color
Monochromatic Colors of #BF6968
Black with #BF6968
Text Example
Text Example
White with #BF6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6968; }
p { color: rgb(191,105,104); }
H1.HeaderClassName
{
color: #BF6968;
}
.AnyTagClassName
{
color: #BF6968;
}
</style>
background-color css
<style>
a { background-color: #BF6968; }
a { background-color: rgb(191,105,104); }
div.DivClassName
{
background-color: #BF6968;
}
.BgClassName
{
background-color: #BF6968;
}
</style>
border-color css
<style>
span { border-color: #BF6968; }
span { border-color: rgb(191,105,104); }
td.TdClassName
{
border-color: #BF6968;
}
.TagClassName
{
border-color: #BF6968;
}
</style>