Shades of Contessa #BF7672
Tints of Contessa #BF7672
RGB
CMYK
RGB Variations
Color information
#BF7672 (or 0xBF7672) is known color: Contessa. HEX triplet: BF, 76 and 72. RGB value is (191,118,114). Sum of RGB (Red+Green+Blue) = 191+118+114=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7672 is #40898D. Grayscale: #8B8B8B. Windows color (decimal): -4229518 or 7501503. OLE color: 7501503.
HSL color Cylindrical-coordinate representation of color #BF7672: hue angle of 3.12º degrees, saturation: 0.38, 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 #BF7672 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 114 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.25 |
| HSL | 3.12º | 0.38% | 0.6% | - |
| HSV(B) | 3.12º | 0.4% | 0.75% | - |
| XYZ | 31 | 25.25 | 19.16 | - |
| YUV | 139.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 114 | 0 | 0.38 | 0.40 | 0.25 | 3.12 | 0.38 | 0.6 |
| Hex | BF | 76 | 72 | 0 | 26 | 28 | 19 | 3 | 26 | 3C |
| Octal | 277 | 166 | 162 | 0 | 46 | 50 | 31 | 3 | 46 | 74 |
| Binary | 10111111 | 1110110 | 1110010 | 0 | 100110 | 101000 | 11001 | 11 | 100110 | 111100 |
Color Harmonies of #BF7672
Complementary color
Monochromatic Colors of #BF7672
Black with #BF7672
Text Example
Text Example
White with #BF7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7672; }
p { color: rgb(191,118,114); }
H1.HeaderClassName
{
color: #BF7672;
}
.AnyTagClassName
{
color: #BF7672;
}
</style>
background-color css
<style>
a { background-color: #BF7672; }
a { background-color: rgb(191,118,114); }
div.DivClassName
{
background-color: #BF7672;
}
.BgClassName
{
background-color: #BF7672;
}
</style>
border-color css
<style>
span { border-color: #BF7672; }
span { border-color: rgb(191,118,114); }
td.TdClassName
{
border-color: #BF7672;
}
.TagClassName
{
border-color: #BF7672;
}
</style>