Shades of Contessa #BF6E5E
Tints of Contessa #BF6E5E
RGB
CMYK
RGB Variations
Color information
#BF6E5E (or 0xBF6E5E) is known color: Contessa. HEX triplet: BF, 6E and 5E. RGB value is (191,110,94). Sum of RGB (Red+Green+Blue) = 191+110+94=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E5E is #4091A1. Grayscale: #848484. Windows color (decimal): -4231586 or 6188735. OLE color: 6188735.
HSL color Cylindrical-coordinate representation of color #BF6E5E: hue angle of 9.9º 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 #BF6E5E is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 110 | 94 | - |
CMYK | 0 | 0.42 | 0.51 | 0.25 |
HSL | 9.9º | 0.43% | 0.56% | - |
HSV(B) | 9.9º | 0.51% | 0.75% | - |
XYZ | 29.08 | 23.04 | 13.5 | - |
YUV | 132.4 | 106.34 | 169.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 110 | 94 | 0 | 0.42 | 0.51 | 0.25 | 9.9 | 0.43 | 0.56 |
Hex | BF | 6E | 5E | 0 | 2A | 33 | 19 | A | 2B | 38 |
Octal | 277 | 156 | 136 | 0 | 52 | 63 | 31 | 12 | 53 | 70 |
Binary | 10111111 | 1101110 | 1011110 | 0 | 101010 | 110011 | 11001 | 1010 | 101011 | 111000 |
Color Harmonies of #BF6E5E
Complementary color
Monochromatic Colors of #BF6E5E
Black with #BF6E5E
Text Example
Text Example
White with #BF6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E5E; }
p { color: rgb(191,110,94); }
H1.HeaderClassName
{
color: #BF6E5E;
}
.AnyTagClassName
{
color: #BF6E5E;
}
</style>
background-color css
<style>
a { background-color: #BF6E5E; }
a { background-color: rgb(191,110,94); }
div.DivClassName
{
background-color: #BF6E5E;
}
.BgClassName
{
background-color: #BF6E5E;
}
</style>
border-color css
<style>
span { border-color: #BF6E5E; }
span { border-color: rgb(191,110,94); }
td.TdClassName
{
border-color: #BF6E5E;
}
.TagClassName
{
border-color: #BF6E5E;
}
</style>