Shades of Contessa #BF7D6C
Tints of Contessa #BF7D6C
RGB
CMYK
RGB Variations
Color information
#BF7D6C (or 0xBF7D6C) is known color: Contessa. HEX triplet: BF, 7D and 6C. RGB value is (191,125,108). Sum of RGB (Red+Green+Blue) = 191+125+108=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6C is #408293. Grayscale: #8E8E8E. Windows color (decimal): -4227732 or 7110079. OLE color: 7110079.
HSL color Cylindrical-coordinate representation of color #BF7D6C: hue angle of 12.29º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7D6C is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 108 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.25 |
| HSL | 12.29º | 0.39% | 0.59% | - |
| HSV(B) | 12.29º | 0.43% | 0.75% | - |
| XYZ | 31.53 | 26.83 | 17.7 | - |
| YUV | 142.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 108 | 0 | 0.35 | 0.43 | 0.25 | 12.29 | 0.39 | 0.59 |
| Hex | BF | 7D | 6C | 0 | 23 | 2B | 19 | C | 27 | 3B |
| Octal | 277 | 175 | 154 | 0 | 43 | 53 | 31 | 14 | 47 | 73 |
| Binary | 10111111 | 1111101 | 1101100 | 0 | 100011 | 101011 | 11001 | 1100 | 100111 | 111011 |
Color Harmonies of #BF7D6C
Complementary color
Monochromatic Colors of #BF7D6C
Black with #BF7D6C
Text Example
Text Example
White with #BF7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D6C; }
p { color: rgb(191,125,108); }
H1.HeaderClassName
{
color: #BF7D6C;
}
.AnyTagClassName
{
color: #BF7D6C;
}
</style>
background-color css
<style>
a { background-color: #BF7D6C; }
a { background-color: rgb(191,125,108); }
div.DivClassName
{
background-color: #BF7D6C;
}
.BgClassName
{
background-color: #BF7D6C;
}
</style>
border-color css
<style>
span { border-color: #BF7D6C; }
span { border-color: rgb(191,125,108); }
td.TdClassName
{
border-color: #BF7D6C;
}
.TagClassName
{
border-color: #BF7D6C;
}
</style>