Shades of Contessa #BF7B68
Tints of Contessa #BF7B68
RGB
CMYK
RGB Variations
Color information
#BF7B68 (or 0xBF7B68) is known color: Contessa. HEX triplet: BF, 7B and 68. RGB value is (191,123,104). Sum of RGB (Red+Green+Blue) = 191+123+104=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B68 is #408497. Grayscale: #8D8D8D. Windows color (decimal): -4228248 or 6847423. OLE color: 6847423.
HSL color Cylindrical-coordinate representation of color #BF7B68: hue angle of 13.1º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7B68 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 104 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.25 |
| HSL | 13.1º | 0.4% | 0.58% | - |
| HSV(B) | 13.1º | 0.46% | 0.75% | - |
| XYZ | 31.07 | 26.24 | 16.52 | - |
| YUV | 141.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 104 | 0 | 0.36 | 0.46 | 0.25 | 13.1 | 0.4 | 0.58 |
| Hex | BF | 7B | 68 | 0 | 24 | 2E | 19 | D | 28 | 3A |
| Octal | 277 | 173 | 150 | 0 | 44 | 56 | 31 | 15 | 50 | 72 |
| Binary | 10111111 | 1111011 | 1101000 | 0 | 100100 | 101110 | 11001 | 1101 | 101000 | 111010 |
Color Harmonies of #BF7B68
Complementary color
Monochromatic Colors of #BF7B68
Black with #BF7B68
Text Example
Text Example
White with #BF7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B68; }
p { color: rgb(191,123,104); }
H1.HeaderClassName
{
color: #BF7B68;
}
.AnyTagClassName
{
color: #BF7B68;
}
</style>
background-color css
<style>
a { background-color: #BF7B68; }
a { background-color: rgb(191,123,104); }
div.DivClassName
{
background-color: #BF7B68;
}
.BgClassName
{
background-color: #BF7B68;
}
</style>
border-color css
<style>
span { border-color: #BF7B68; }
span { border-color: rgb(191,123,104); }
td.TdClassName
{
border-color: #BF7B68;
}
.TagClassName
{
border-color: #BF7B68;
}
</style>