Shades of Contessa #BF7B6B
Tints of Contessa #BF7B6B
RGB
CMYK
RGB Variations
Color information
#BF7B6B (or 0xBF7B6B) is known color: Contessa. HEX triplet: BF, 7B and 6B. RGB value is (191,123,107). Sum of RGB (Red+Green+Blue) = 191+123+107=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B6B is #408494. Grayscale: #8D8D8D. Windows color (decimal): -4228245 or 7044031. OLE color: 7044031.
HSL color Cylindrical-coordinate representation of color #BF7B6B: hue angle of 11.43º 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 #BF7B6B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 107 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.25 |
| HSL | 11.43º | 0.4% | 0.58% | - |
| HSV(B) | 11.43º | 0.44% | 0.75% | - |
| XYZ | 31.22 | 26.3 | 17.34 | - |
| YUV | 141.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 107 | 0 | 0.36 | 0.44 | 0.25 | 11.43 | 0.4 | 0.58 |
| Hex | BF | 7B | 6B | 0 | 24 | 2C | 19 | B | 28 | 3A |
| Octal | 277 | 173 | 153 | 0 | 44 | 54 | 31 | 13 | 50 | 72 |
| Binary | 10111111 | 1111011 | 1101011 | 0 | 100100 | 101100 | 11001 | 1011 | 101000 | 111010 |
Color Harmonies of #BF7B6B
Complementary color
Monochromatic Colors of #BF7B6B
Black with #BF7B6B
Text Example
Text Example
White with #BF7B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B6B; }
p { color: rgb(191,123,107); }
H1.HeaderClassName
{
color: #BF7B6B;
}
.AnyTagClassName
{
color: #BF7B6B;
}
</style>
background-color css
<style>
a { background-color: #BF7B6B; }
a { background-color: rgb(191,123,107); }
div.DivClassName
{
background-color: #BF7B6B;
}
.BgClassName
{
background-color: #BF7B6B;
}
</style>
border-color css
<style>
span { border-color: #BF7B6B; }
span { border-color: rgb(191,123,107); }
td.TdClassName
{
border-color: #BF7B6B;
}
.TagClassName
{
border-color: #BF7B6B;
}
</style>