Shades of Contessa #BF7560
Tints of Contessa #BF7560
RGB
CMYK
RGB Variations
Color information
#BF7560 (or 0xBF7560) is known color: Contessa. HEX triplet: BF, 75 and 60. RGB value is (191,117,96). Sum of RGB (Red+Green+Blue) = 191+117+96=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7560 is #408A9F. Grayscale: #888888. Windows color (decimal): -4229792 or 6321599. OLE color: 6321599.
HSL color Cylindrical-coordinate representation of color #BF7560: hue angle of 13.26º 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 #BF7560 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 96 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.25 |
| HSL | 13.26º | 0.43% | 0.56% | - |
| HSV(B) | 13.26º | 0.5% | 0.75% | - |
| XYZ | 29.96 | 24.64 | 14.24 | - |
| YUV | 136.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 96 | 0 | 0.39 | 0.50 | 0.25 | 13.26 | 0.43 | 0.56 |
| Hex | BF | 75 | 60 | 0 | 27 | 32 | 19 | D | 2B | 38 |
| Octal | 277 | 165 | 140 | 0 | 47 | 62 | 31 | 15 | 53 | 70 |
| Binary | 10111111 | 1110101 | 1100000 | 0 | 100111 | 110010 | 11001 | 1101 | 101011 | 111000 |
Color Harmonies of #BF7560
Complementary color
Monochromatic Colors of #BF7560
Black with #BF7560
Text Example
Text Example
White with #BF7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7560; }
p { color: rgb(191,117,96); }
H1.HeaderClassName
{
color: #BF7560;
}
.AnyTagClassName
{
color: #BF7560;
}
</style>
background-color css
<style>
a { background-color: #BF7560; }
a { background-color: rgb(191,117,96); }
div.DivClassName
{
background-color: #BF7560;
}
.BgClassName
{
background-color: #BF7560;
}
</style>
border-color css
<style>
span { border-color: #BF7560; }
span { border-color: rgb(191,117,96); }
td.TdClassName
{
border-color: #BF7560;
}
.TagClassName
{
border-color: #BF7560;
}
</style>