Shades of Contessa #BF7667
Tints of Contessa #BF7667
RGB
CMYK
RGB Variations
Color information
#BF7667 (or 0xBF7667) is known color: Contessa. HEX triplet: BF, 76 and 67. RGB value is (191,118,103). Sum of RGB (Red+Green+Blue) = 191+118+103=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7667 is #408998. Grayscale: #8A8A8A. Windows color (decimal): -4229529 or 6780607. OLE color: 6780607.
HSL color Cylindrical-coordinate representation of color #BF7667: hue angle of 10.23º 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 #BF7667 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 103 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.25 |
| HSL | 10.23º | 0.41% | 0.58% | - |
| HSV(B) | 10.23º | 0.46% | 0.75% | - |
| XYZ | 30.41 | 25.01 | 16.06 | - |
| YUV | 138.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 103 | 0 | 0.38 | 0.46 | 0.25 | 10.23 | 0.41 | 0.58 |
| Hex | BF | 76 | 67 | 0 | 26 | 2E | 19 | A | 29 | 3A |
| Octal | 277 | 166 | 147 | 0 | 46 | 56 | 31 | 12 | 51 | 72 |
| Binary | 10111111 | 1110110 | 1100111 | 0 | 100110 | 101110 | 11001 | 1010 | 101001 | 111010 |
Color Harmonies of #BF7667
Complementary color
Monochromatic Colors of #BF7667
Black with #BF7667
Text Example
Text Example
White with #BF7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7667; }
p { color: rgb(191,118,103); }
H1.HeaderClassName
{
color: #BF7667;
}
.AnyTagClassName
{
color: #BF7667;
}
</style>
background-color css
<style>
a { background-color: #BF7667; }
a { background-color: rgb(191,118,103); }
div.DivClassName
{
background-color: #BF7667;
}
.BgClassName
{
background-color: #BF7667;
}
</style>
border-color css
<style>
span { border-color: #BF7667; }
span { border-color: rgb(191,118,103); }
td.TdClassName
{
border-color: #BF7667;
}
.TagClassName
{
border-color: #BF7667;
}
</style>