Shades of Contessa #BF7467
Tints of Contessa #BF7467
RGB
CMYK
RGB Variations
Color information
#BF7467 (or 0xBF7467) is known color: Contessa. HEX triplet: BF, 74 and 67. RGB value is (191,116,103). Sum of RGB (Red+Green+Blue) = 191+116+103=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7467 is #408B98. Grayscale: #898989. Windows color (decimal): -4230041 or 6780095. OLE color: 6780095.
HSL color Cylindrical-coordinate representation of color #BF7467: hue angle of 8.86º 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 #BF7467 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 103 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.25 |
| HSL | 8.86º | 0.41% | 0.58% | - |
| HSV(B) | 8.86º | 0.46% | 0.75% | - |
| XYZ | 30.18 | 24.55 | 15.98 | - |
| YUV | 136.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 103 | 0 | 0.39 | 0.46 | 0.25 | 8.86 | 0.41 | 0.58 |
| Hex | BF | 74 | 67 | 0 | 27 | 2E | 19 | 9 | 29 | 3A |
| Octal | 277 | 164 | 147 | 0 | 47 | 56 | 31 | 11 | 51 | 72 |
| Binary | 10111111 | 1110100 | 1100111 | 0 | 100111 | 101110 | 11001 | 1001 | 101001 | 111010 |
Color Harmonies of #BF7467
Complementary color
Monochromatic Colors of #BF7467
Black with #BF7467
Text Example
Text Example
White with #BF7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7467; }
p { color: rgb(191,116,103); }
H1.HeaderClassName
{
color: #BF7467;
}
.AnyTagClassName
{
color: #BF7467;
}
</style>
background-color css
<style>
a { background-color: #BF7467; }
a { background-color: rgb(191,116,103); }
div.DivClassName
{
background-color: #BF7467;
}
.BgClassName
{
background-color: #BF7467;
}
</style>
border-color css
<style>
span { border-color: #BF7467; }
span { border-color: rgb(191,116,103); }
td.TdClassName
{
border-color: #BF7467;
}
.TagClassName
{
border-color: #BF7467;
}
</style>