Shades of Contessa #BF7673
Tints of Contessa #BF7673
RGB
CMYK
RGB Variations
Color information
#BF7673 (or 0xBF7673) is known color: Contessa. HEX triplet: BF, 76 and 73. RGB value is (191,118,115). Sum of RGB (Red+Green+Blue) = 191+118+115=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7673 is #40898C. Grayscale: #8B8B8B. Windows color (decimal): -4229517 or 7567039. OLE color: 7567039.
HSL color Cylindrical-coordinate representation of color #BF7673: hue angle of 2.37º 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 #BF7673 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 115 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.25 |
| HSL | 2.37º | 0.37% | 0.6% | - |
| HSV(B) | 2.37º | 0.4% | 0.75% | - |
| XYZ | 31.06 | 25.27 | 19.46 | - |
| YUV | 139.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 115 | 0 | 0.38 | 0.40 | 0.25 | 2.37 | 0.37 | 0.6 |
| Hex | BF | 76 | 73 | 0 | 26 | 28 | 19 | 2 | 25 | 3C |
| Octal | 277 | 166 | 163 | 0 | 46 | 50 | 31 | 2 | 45 | 74 |
| Binary | 10111111 | 1110110 | 1110011 | 0 | 100110 | 101000 | 11001 | 10 | 100101 | 111100 |
Color Harmonies of #BF7673
Complementary color
Monochromatic Colors of #BF7673
Black with #BF7673
Text Example
Text Example
White with #BF7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7673; }
p { color: rgb(191,118,115); }
H1.HeaderClassName
{
color: #BF7673;
}
.AnyTagClassName
{
color: #BF7673;
}
</style>
background-color css
<style>
a { background-color: #BF7673; }
a { background-color: rgb(191,118,115); }
div.DivClassName
{
background-color: #BF7673;
}
.BgClassName
{
background-color: #BF7673;
}
</style>
border-color css
<style>
span { border-color: #BF7673; }
span { border-color: rgb(191,118,115); }
td.TdClassName
{
border-color: #BF7673;
}
.TagClassName
{
border-color: #BF7673;
}
</style>