Shades of Contessa #BF7573
Tints of Contessa #BF7573
RGB
CMYK
RGB Variations
Color information
#BF7573 (or 0xBF7573) is known color: Contessa. HEX triplet: BF, 75 and 73. RGB value is (191,117,115). Sum of RGB (Red+Green+Blue) = 191+117+115=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7573 is #408A8C. Grayscale: #8A8A8A. Windows color (decimal): -4229773 or 7566783. OLE color: 7566783.
HSL color Cylindrical-coordinate representation of color #BF7573: hue angle of 1.58º 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 #BF7573 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 115 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.25 |
| HSL | 1.58º | 0.37% | 0.6% | - |
| HSV(B) | 1.58º | 0.4% | 0.75% | - |
| XYZ | 30.94 | 25.04 | 19.42 | - |
| YUV | 138.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 115 | 0 | 0.39 | 0.40 | 0.25 | 1.58 | 0.37 | 0.6 |
| Hex | BF | 75 | 73 | 0 | 27 | 28 | 19 | 2 | 25 | 3C |
| Octal | 277 | 165 | 163 | 0 | 47 | 50 | 31 | 2 | 45 | 74 |
| Binary | 10111111 | 1110101 | 1110011 | 0 | 100111 | 101000 | 11001 | 10 | 100101 | 111100 |
Color Harmonies of #BF7573
Complementary color
Monochromatic Colors of #BF7573
Black with #BF7573
Text Example
Text Example
White with #BF7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7573; }
p { color: rgb(191,117,115); }
H1.HeaderClassName
{
color: #BF7573;
}
.AnyTagClassName
{
color: #BF7573;
}
</style>
background-color css
<style>
a { background-color: #BF7573; }
a { background-color: rgb(191,117,115); }
div.DivClassName
{
background-color: #BF7573;
}
.BgClassName
{
background-color: #BF7573;
}
</style>
border-color css
<style>
span { border-color: #BF7573; }
span { border-color: rgb(191,117,115); }
td.TdClassName
{
border-color: #BF7573;
}
.TagClassName
{
border-color: #BF7573;
}
</style>