Shades of Contessa #BF7669
Tints of Contessa #BF7669
RGB
CMYK
RGB Variations
Color information
#BF7669 (or 0xBF7669) is known color: Contessa. HEX triplet: BF, 76 and 69. RGB value is (191,118,105). Sum of RGB (Red+Green+Blue) = 191+118+105=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7669 is #408996. Grayscale: #8A8A8A. Windows color (decimal): -4229527 or 6911679. OLE color: 6911679.
HSL color Cylindrical-coordinate representation of color #BF7669: hue angle of 9.07º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7669 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 105 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.25 |
| HSL | 9.07º | 0.4% | 0.58% | - |
| HSV(B) | 9.07º | 0.45% | 0.75% | - |
| XYZ | 30.51 | 25.05 | 16.59 | - |
| YUV | 138.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 105 | 0 | 0.38 | 0.45 | 0.25 | 9.07 | 0.4 | 0.58 |
| Hex | BF | 76 | 69 | 0 | 26 | 2D | 19 | 9 | 28 | 3A |
| Octal | 277 | 166 | 151 | 0 | 46 | 55 | 31 | 11 | 50 | 72 |
| Binary | 10111111 | 1110110 | 1101001 | 0 | 100110 | 101101 | 11001 | 1001 | 101000 | 111010 |
Color Harmonies of #BF7669
Complementary color
Monochromatic Colors of #BF7669
Black with #BF7669
Text Example
Text Example
White with #BF7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7669; }
p { color: rgb(191,118,105); }
H1.HeaderClassName
{
color: #BF7669;
}
.AnyTagClassName
{
color: #BF7669;
}
</style>
background-color css
<style>
a { background-color: #BF7669; }
a { background-color: rgb(191,118,105); }
div.DivClassName
{
background-color: #BF7669;
}
.BgClassName
{
background-color: #BF7669;
}
</style>
border-color css
<style>
span { border-color: #BF7669; }
span { border-color: rgb(191,118,105); }
td.TdClassName
{
border-color: #BF7669;
}
.TagClassName
{
border-color: #BF7669;
}
</style>