Shades of Contessa #BF7473
Tints of Contessa #BF7473
RGB
CMYK
RGB Variations
Color information
#BF7473 (or 0xBF7473) is known color: Contessa. HEX triplet: BF, 74 and 73. RGB value is (191,116,115). Sum of RGB (Red+Green+Blue) = 191+116+115=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7473 is #408B8C. Grayscale: #8A8A8A. Windows color (decimal): -4230029 or 7566527. OLE color: 7566527.
HSL color Cylindrical-coordinate representation of color #BF7473: hue angle of 0.79º 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 #BF7473 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 115 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.25 |
| HSL | 0.79º | 0.37% | 0.6% | - |
| HSV(B) | 0.79º | 0.4% | 0.75% | - |
| XYZ | 30.83 | 24.8 | 19.38 | - |
| YUV | 138.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 115 | 0 | 0.39 | 0.40 | 0.25 | 0.79 | 0.37 | 0.6 |
| Hex | BF | 74 | 73 | 0 | 27 | 28 | 19 | 1 | 25 | 3C |
| Octal | 277 | 164 | 163 | 0 | 47 | 50 | 31 | 1 | 45 | 74 |
| Binary | 10111111 | 1110100 | 1110011 | 0 | 100111 | 101000 | 11001 | 1 | 100101 | 111100 |
Color Harmonies of #BF7473
Complementary color
Monochromatic Colors of #BF7473
Black with #BF7473
Text Example
Text Example
White with #BF7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7473; }
p { color: rgb(191,116,115); }
H1.HeaderClassName
{
color: #BF7473;
}
.AnyTagClassName
{
color: #BF7473;
}
</style>
background-color css
<style>
a { background-color: #BF7473; }
a { background-color: rgb(191,116,115); }
div.DivClassName
{
background-color: #BF7473;
}
.BgClassName
{
background-color: #BF7473;
}
</style>
border-color css
<style>
span { border-color: #BF7473; }
span { border-color: rgb(191,116,115); }
td.TdClassName
{
border-color: #BF7473;
}
.TagClassName
{
border-color: #BF7473;
}
</style>