Shades of Contessa #BF7B66
Tints of Contessa #BF7B66
RGB
CMYK
RGB Variations
Color information
#BF7B66 (or 0xBF7B66) is known color: Contessa. HEX triplet: BF, 7B and 66. RGB value is (191,123,102). Sum of RGB (Red+Green+Blue) = 191+123+102=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B66 is #408499. Grayscale: #8D8D8D. Windows color (decimal): -4228250 or 6716351. OLE color: 6716351.
HSL color Cylindrical-coordinate representation of color #BF7B66: hue angle of 14.16º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7B66 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 102 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.25 |
| HSL | 14.16º | 0.41% | 0.57% | - |
| HSV(B) | 14.16º | 0.47% | 0.75% | - |
| XYZ | 30.97 | 26.2 | 16 | - |
| YUV | 140.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 102 | 0 | 0.36 | 0.47 | 0.25 | 14.16 | 0.41 | 0.57 |
| Hex | BF | 7B | 66 | 0 | 24 | 2F | 19 | E | 29 | 39 |
| Octal | 277 | 173 | 146 | 0 | 44 | 57 | 31 | 16 | 51 | 71 |
| Binary | 10111111 | 1111011 | 1100110 | 0 | 100100 | 101111 | 11001 | 1110 | 101001 | 111001 |
Color Harmonies of #BF7B66
Complementary color
Monochromatic Colors of #BF7B66
Black with #BF7B66
Text Example
Text Example
White with #BF7B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B66; }
p { color: rgb(191,123,102); }
H1.HeaderClassName
{
color: #BF7B66;
}
.AnyTagClassName
{
color: #BF7B66;
}
</style>
background-color css
<style>
a { background-color: #BF7B66; }
a { background-color: rgb(191,123,102); }
div.DivClassName
{
background-color: #BF7B66;
}
.BgClassName
{
background-color: #BF7B66;
}
</style>
border-color css
<style>
span { border-color: #BF7B66; }
span { border-color: rgb(191,123,102); }
td.TdClassName
{
border-color: #BF7B66;
}
.TagClassName
{
border-color: #BF7B66;
}
</style>