Shades of Contessa #BF6E5C
Tints of Contessa #BF6E5C
RGB
CMYK
RGB Variations
Color information
#BF6E5C (or 0xBF6E5C) is known color: Contessa. HEX triplet: BF, 6E and 5C. RGB value is (191,110,92). Sum of RGB (Red+Green+Blue) = 191+110+92=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E5C is #4091A3. Grayscale: #848484. Windows color (decimal): -4231588 or 6057663. OLE color: 6057663.
HSL color Cylindrical-coordinate representation of color #BF6E5C: hue angle of 10.91º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6E5C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 92 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.25 |
| HSL | 10.91º | 0.44% | 0.55% | - |
| HSV(B) | 10.91º | 0.52% | 0.75% | - |
| XYZ | 28.99 | 23 | 13.04 | - |
| YUV | 132.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 92 | 0 | 0.42 | 0.52 | 0.25 | 10.91 | 0.44 | 0.55 |
| Hex | BF | 6E | 5C | 0 | 2A | 34 | 19 | B | 2C | 37 |
| Octal | 277 | 156 | 134 | 0 | 52 | 64 | 31 | 13 | 54 | 67 |
| Binary | 10111111 | 1101110 | 1011100 | 0 | 101010 | 110100 | 11001 | 1011 | 101100 | 110111 |
Color Harmonies of #BF6E5C
Complementary color
Monochromatic Colors of #BF6E5C
Black with #BF6E5C
Text Example
Text Example
White with #BF6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E5C; }
p { color: rgb(191,110,92); }
H1.HeaderClassName
{
color: #BF6E5C;
}
.AnyTagClassName
{
color: #BF6E5C;
}
</style>
background-color css
<style>
a { background-color: #BF6E5C; }
a { background-color: rgb(191,110,92); }
div.DivClassName
{
background-color: #BF6E5C;
}
.BgClassName
{
background-color: #BF6E5C;
}
</style>
border-color css
<style>
span { border-color: #BF6E5C; }
span { border-color: rgb(191,110,92); }
td.TdClassName
{
border-color: #BF6E5C;
}
.TagClassName
{
border-color: #BF6E5C;
}
</style>