Shades of Contessa #BF7360
Tints of Contessa #BF7360
RGB
CMYK
RGB Variations
Color information
#BF7360 (or 0xBF7360) is known color: Contessa. HEX triplet: BF, 73 and 60. RGB value is (191,115,96). Sum of RGB (Red+Green+Blue) = 191+115+96=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7360 is #408C9F. Grayscale: #878787. Windows color (decimal): -4230304 or 6321087. OLE color: 6321087.
HSL color Cylindrical-coordinate representation of color #BF7360: hue angle of 12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF7360 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 96 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.25 |
| HSL | 12º | 0.43% | 0.56% | - |
| HSV(B) | 12º | 0.5% | 0.75% | - |
| XYZ | 29.73 | 24.18 | 14.17 | - |
| YUV | 135.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 96 | 0 | 0.40 | 0.50 | 0.25 | 12 | 0.43 | 0.56 |
| Hex | BF | 73 | 60 | 0 | 28 | 32 | 19 | C | 2B | 38 |
| Octal | 277 | 163 | 140 | 0 | 50 | 62 | 31 | 14 | 53 | 70 |
| Binary | 10111111 | 1110011 | 1100000 | 0 | 101000 | 110010 | 11001 | 1100 | 101011 | 111000 |
Color Harmonies of #BF7360
Complementary color
Monochromatic Colors of #BF7360
Black with #BF7360
Text Example
Text Example
White with #BF7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7360; }
p { color: rgb(191,115,96); }
H1.HeaderClassName
{
color: #BF7360;
}
.AnyTagClassName
{
color: #BF7360;
}
</style>
background-color css
<style>
a { background-color: #BF7360; }
a { background-color: rgb(191,115,96); }
div.DivClassName
{
background-color: #BF7360;
}
.BgClassName
{
background-color: #BF7360;
}
</style>
border-color css
<style>
span { border-color: #BF7360; }
span { border-color: rgb(191,115,96); }
td.TdClassName
{
border-color: #BF7360;
}
.TagClassName
{
border-color: #BF7360;
}
</style>