Shades of Contessa #BF6865
Tints of Contessa #BF6865
RGB
CMYK
RGB Variations
Color information
#BF6865 (or 0xBF6865) is known color: Contessa. HEX triplet: BF, 68 and 65. RGB value is (191,104,101). Sum of RGB (Red+Green+Blue) = 191+104+101=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6865 is #40979A. Grayscale: #818181. Windows color (decimal): -4233115 or 6645951. OLE color: 6645951.
HSL color Cylindrical-coordinate representation of color #BF6865: hue angle of 2º 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 #BF6865 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 101 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.25 |
| HSL | 2º | 0.41% | 0.57% | - |
| HSV(B) | 2º | 0.47% | 0.75% | - |
| XYZ | 28.79 | 21.92 | 15.03 | - |
| YUV | 129.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 101 | 0 | 0.46 | 0.47 | 0.25 | 2 | 0.41 | 0.57 |
| Hex | BF | 68 | 65 | 0 | 2E | 2F | 19 | 2 | 29 | 39 |
| Octal | 277 | 150 | 145 | 0 | 56 | 57 | 31 | 2 | 51 | 71 |
| Binary | 10111111 | 1101000 | 1100101 | 0 | 101110 | 101111 | 11001 | 10 | 101001 | 111001 |
Color Harmonies of #BF6865
Complementary color
Monochromatic Colors of #BF6865
Black with #BF6865
Text Example
Text Example
White with #BF6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6865; }
p { color: rgb(191,104,101); }
H1.HeaderClassName
{
color: #BF6865;
}
.AnyTagClassName
{
color: #BF6865;
}
</style>
background-color css
<style>
a { background-color: #BF6865; }
a { background-color: rgb(191,104,101); }
div.DivClassName
{
background-color: #BF6865;
}
.BgClassName
{
background-color: #BF6865;
}
</style>
border-color css
<style>
span { border-color: #BF6865; }
span { border-color: rgb(191,104,101); }
td.TdClassName
{
border-color: #BF6865;
}
.TagClassName
{
border-color: #BF6865;
}
</style>