Shades of Contessa #BF7D6B
Tints of Contessa #BF7D6B
RGB
CMYK
RGB Variations
Color information
#BF7D6B (or 0xBF7D6B) is known color: Contessa. HEX triplet: BF, 7D and 6B. RGB value is (191,125,107). Sum of RGB (Red+Green+Blue) = 191+125+107=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6B is #408294. Grayscale: #8E8E8E. Windows color (decimal): -4227733 or 7044543. OLE color: 7044543.
HSL color Cylindrical-coordinate representation of color #BF7D6B: hue angle of 12.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF7D6B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 107 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.25 |
| HSL | 12.86º | 0.4% | 0.58% | - |
| HSV(B) | 12.86º | 0.44% | 0.75% | - |
| XYZ | 31.47 | 26.81 | 17.43 | - |
| YUV | 142.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 107 | 0 | 0.35 | 0.44 | 0.25 | 12.86 | 0.4 | 0.58 |
| Hex | BF | 7D | 6B | 0 | 23 | 2C | 19 | D | 28 | 3A |
| Octal | 277 | 175 | 153 | 0 | 43 | 54 | 31 | 15 | 50 | 72 |
| Binary | 10111111 | 1111101 | 1101011 | 0 | 100011 | 101100 | 11001 | 1101 | 101000 | 111010 |
Color Harmonies of #BF7D6B
Complementary color
Monochromatic Colors of #BF7D6B
Black with #BF7D6B
Text Example
Text Example
White with #BF7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D6B; }
p { color: rgb(191,125,107); }
H1.HeaderClassName
{
color: #BF7D6B;
}
.AnyTagClassName
{
color: #BF7D6B;
}
</style>
background-color css
<style>
a { background-color: #BF7D6B; }
a { background-color: rgb(191,125,107); }
div.DivClassName
{
background-color: #BF7D6B;
}
.BgClassName
{
background-color: #BF7D6B;
}
</style>
border-color css
<style>
span { border-color: #BF7D6B; }
span { border-color: rgb(191,125,107); }
td.TdClassName
{
border-color: #BF7D6B;
}
.TagClassName
{
border-color: #BF7D6B;
}
</style>