Shades of Contessa #BF7B67
Tints of Contessa #BF7B67
RGB
CMYK
RGB Variations
Color information
#BF7B67 (or 0xBF7B67) is known color: Contessa. HEX triplet: BF, 7B and 67. RGB value is (191,123,103). Sum of RGB (Red+Green+Blue) = 191+123+103=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B67 is #408498. Grayscale: #8D8D8D. Windows color (decimal): -4228249 or 6781887. OLE color: 6781887.
HSL color Cylindrical-coordinate representation of color #BF7B67: hue angle of 13.64º degrees, saturation: 0.41, 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 #BF7B67 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 103 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.25 |
| HSL | 13.64º | 0.41% | 0.58% | - |
| HSV(B) | 13.64º | 0.46% | 0.75% | - |
| XYZ | 31.02 | 26.22 | 16.26 | - |
| YUV | 141.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 103 | 0 | 0.36 | 0.46 | 0.25 | 13.64 | 0.41 | 0.58 |
| Hex | BF | 7B | 67 | 0 | 24 | 2E | 19 | E | 29 | 3A |
| Octal | 277 | 173 | 147 | 0 | 44 | 56 | 31 | 16 | 51 | 72 |
| Binary | 10111111 | 1111011 | 1100111 | 0 | 100100 | 101110 | 11001 | 1110 | 101001 | 111010 |
Color Harmonies of #BF7B67
Complementary color
Monochromatic Colors of #BF7B67
Black with #BF7B67
Text Example
Text Example
White with #BF7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B67; }
p { color: rgb(191,123,103); }
H1.HeaderClassName
{
color: #BF7B67;
}
.AnyTagClassName
{
color: #BF7B67;
}
</style>
background-color css
<style>
a { background-color: #BF7B67; }
a { background-color: rgb(191,123,103); }
div.DivClassName
{
background-color: #BF7B67;
}
.BgClassName
{
background-color: #BF7B67;
}
</style>
border-color css
<style>
span { border-color: #BF7B67; }
span { border-color: rgb(191,123,103); }
td.TdClassName
{
border-color: #BF7B67;
}
.TagClassName
{
border-color: #BF7B67;
}
</style>