Shades of Contessa #BF7369
Tints of Contessa #BF7369
RGB
CMYK
RGB Variations
Color information
#BF7369 (or 0xBF7369) is known color: Contessa. HEX triplet: BF, 73 and 69. RGB value is (191,115,105). Sum of RGB (Red+Green+Blue) = 191+115+105=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7369 is #408C96. Grayscale: #888888. Windows color (decimal): -4230295 or 6910911. OLE color: 6910911.
HSL color Cylindrical-coordinate representation of color #BF7369: hue angle of 6.98º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7369 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 105 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.25 |
| HSL | 6.98º | 0.4% | 0.58% | - |
| HSV(B) | 6.98º | 0.45% | 0.75% | - |
| XYZ | 30.17 | 24.36 | 16.48 | - |
| YUV | 136.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 105 | 0 | 0.40 | 0.45 | 0.25 | 6.98 | 0.4 | 0.58 |
| Hex | BF | 73 | 69 | 0 | 28 | 2D | 19 | 7 | 28 | 3A |
| Octal | 277 | 163 | 151 | 0 | 50 | 55 | 31 | 7 | 50 | 72 |
| Binary | 10111111 | 1110011 | 1101001 | 0 | 101000 | 101101 | 11001 | 111 | 101000 | 111010 |
Color Harmonies of #BF7369
Complementary color
Monochromatic Colors of #BF7369
Black with #BF7369
Text Example
Text Example
White with #BF7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7369; }
p { color: rgb(191,115,105); }
H1.HeaderClassName
{
color: #BF7369;
}
.AnyTagClassName
{
color: #BF7369;
}
</style>
background-color css
<style>
a { background-color: #BF7369; }
a { background-color: rgb(191,115,105); }
div.DivClassName
{
background-color: #BF7369;
}
.BgClassName
{
background-color: #BF7369;
}
</style>
border-color css
<style>
span { border-color: #BF7369; }
span { border-color: rgb(191,115,105); }
td.TdClassName
{
border-color: #BF7369;
}
.TagClassName
{
border-color: #BF7369;
}
</style>