Shades of Contessa #BF7364
Tints of Contessa #BF7364
RGB
CMYK
RGB Variations
Color information
#BF7364 (or 0xBF7364) is known color: Contessa. HEX triplet: BF, 73 and 64. RGB value is (191,115,100). Sum of RGB (Red+Green+Blue) = 191+115+100=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7364 is #408C9B. Grayscale: #888888. Windows color (decimal): -4230300 or 6583231. OLE color: 6583231.
HSL color Cylindrical-coordinate representation of color #BF7364: hue angle of 9.89º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF7364 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 100 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.25 |
| HSL | 9.89º | 0.42% | 0.57% | - |
| HSV(B) | 9.89º | 0.48% | 0.75% | - |
| XYZ | 29.92 | 24.26 | 15.16 | - |
| YUV | 136.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 100 | 0 | 0.40 | 0.48 | 0.25 | 9.89 | 0.42 | 0.57 |
| Hex | BF | 73 | 64 | 0 | 28 | 30 | 19 | A | 2A | 39 |
| Octal | 277 | 163 | 144 | 0 | 50 | 60 | 31 | 12 | 52 | 71 |
| Binary | 10111111 | 1110011 | 1100100 | 0 | 101000 | 110000 | 11001 | 1010 | 101010 | 111001 |
Color Harmonies of #BF7364
Complementary color
Monochromatic Colors of #BF7364
Black with #BF7364
Text Example
Text Example
White with #BF7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7364; }
p { color: rgb(191,115,100); }
H1.HeaderClassName
{
color: #BF7364;
}
.AnyTagClassName
{
color: #BF7364;
}
</style>
background-color css
<style>
a { background-color: #BF7364; }
a { background-color: rgb(191,115,100); }
div.DivClassName
{
background-color: #BF7364;
}
.BgClassName
{
background-color: #BF7364;
}
</style>
border-color css
<style>
span { border-color: #BF7364; }
span { border-color: rgb(191,115,100); }
td.TdClassName
{
border-color: #BF7364;
}
.TagClassName
{
border-color: #BF7364;
}
</style>