Shades of Contessa #BF6F5D
Tints of Contessa #BF6F5D
RGB
CMYK
RGB Variations
Color information
#BF6F5D (or 0xBF6F5D) is known color: Contessa. HEX triplet: BF, 6F and 5D. RGB value is (191,111,93). Sum of RGB (Red+Green+Blue) = 191+111+93=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F5D is #4090A2. Grayscale: #858585. Windows color (decimal): -4231331 or 6123455. OLE color: 6123455.
HSL color Cylindrical-coordinate representation of color #BF6F5D: hue angle of 11.02º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6F5D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 93 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.25 |
| HSL | 11.02º | 0.43% | 0.56% | - |
| HSV(B) | 11.02º | 0.51% | 0.75% | - |
| XYZ | 29.15 | 23.24 | 13.3 | - |
| YUV | 132.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 93 | 0 | 0.42 | 0.51 | 0.25 | 11.02 | 0.43 | 0.56 |
| Hex | BF | 6F | 5D | 0 | 2A | 33 | 19 | B | 2B | 38 |
| Octal | 277 | 157 | 135 | 0 | 52 | 63 | 31 | 13 | 53 | 70 |
| Binary | 10111111 | 1101111 | 1011101 | 0 | 101010 | 110011 | 11001 | 1011 | 101011 | 111000 |
Color Harmonies of #BF6F5D
Complementary color
Monochromatic Colors of #BF6F5D
Black with #BF6F5D
Text Example
Text Example
White with #BF6F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F5D; }
p { color: rgb(191,111,93); }
H1.HeaderClassName
{
color: #BF6F5D;
}
.AnyTagClassName
{
color: #BF6F5D;
}
</style>
background-color css
<style>
a { background-color: #BF6F5D; }
a { background-color: rgb(191,111,93); }
div.DivClassName
{
background-color: #BF6F5D;
}
.BgClassName
{
background-color: #BF6F5D;
}
</style>
border-color css
<style>
span { border-color: #BF6F5D; }
span { border-color: rgb(191,111,93); }
td.TdClassName
{
border-color: #BF6F5D;
}
.TagClassName
{
border-color: #BF6F5D;
}
</style>