Shades of Contessa #BF7973
Tints of Contessa #BF7973
RGB
CMYK
RGB Variations
Color information
#BF7973 (or 0xBF7973) is known color: Contessa. HEX triplet: BF, 79 and 73. RGB value is (191,121,115). Sum of RGB (Red+Green+Blue) = 191+121+115=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7973 is #40868C. Grayscale: #8D8D8D. Windows color (decimal): -4228749 or 7567807. OLE color: 7567807.
HSL color Cylindrical-coordinate representation of color #BF7973: hue angle of 4.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7973 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 115 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.25 |
| HSL | 4.74º | 0.37% | 0.6% | - |
| HSV(B) | 4.74º | 0.4% | 0.75% | - |
| XYZ | 31.42 | 25.99 | 19.58 | - |
| YUV | 141.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 115 | 0 | 0.37 | 0.40 | 0.25 | 4.74 | 0.37 | 0.6 |
| Hex | BF | 79 | 73 | 0 | 25 | 28 | 19 | 5 | 25 | 3C |
| Octal | 277 | 171 | 163 | 0 | 45 | 50 | 31 | 5 | 45 | 74 |
| Binary | 10111111 | 1111001 | 1110011 | 0 | 100101 | 101000 | 11001 | 101 | 100101 | 111100 |
Color Harmonies of #BF7973
Complementary color
Monochromatic Colors of #BF7973
Black with #BF7973
Text Example
Text Example
White with #BF7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7973; }
p { color: rgb(191,121,115); }
H1.HeaderClassName
{
color: #BF7973;
}
.AnyTagClassName
{
color: #BF7973;
}
</style>
background-color css
<style>
a { background-color: #BF7973; }
a { background-color: rgb(191,121,115); }
div.DivClassName
{
background-color: #BF7973;
}
.BgClassName
{
background-color: #BF7973;
}
</style>
border-color css
<style>
span { border-color: #BF7973; }
span { border-color: rgb(191,121,115); }
td.TdClassName
{
border-color: #BF7973;
}
.TagClassName
{
border-color: #BF7973;
}
</style>