Shades of Contessa #BF736F
Tints of Contessa #BF736F
RGB
CMYK
RGB Variations
Color information
#BF736F (or 0xBF736F) is known color: Contessa. HEX triplet: BF, 73 and 6F. RGB value is (191,115,111). Sum of RGB (Red+Green+Blue) = 191+115+111=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF736F is #408C90. Grayscale: #898989. Windows color (decimal): -4230289 or 7304127. OLE color: 7304127.
HSL color Cylindrical-coordinate representation of color #BF736F: hue angle of 3º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF736F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 111 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.25 |
| HSL | 3º | 0.38% | 0.59% | - |
| HSV(B) | 3º | 0.42% | 0.75% | - |
| XYZ | 30.49 | 24.49 | 18.16 | - |
| YUV | 137.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 111 | 0 | 0.40 | 0.42 | 0.25 | 3 | 0.38 | 0.59 |
| Hex | BF | 73 | 6F | 0 | 28 | 2A | 19 | 3 | 26 | 3B |
| Octal | 277 | 163 | 157 | 0 | 50 | 52 | 31 | 3 | 46 | 73 |
| Binary | 10111111 | 1110011 | 1101111 | 0 | 101000 | 101010 | 11001 | 11 | 100110 | 111011 |
Color Harmonies of #BF736F
Complementary color
Monochromatic Colors of #BF736F
Black with #BF736F
Text Example
Text Example
White with #BF736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF736F; }
p { color: rgb(191,115,111); }
H1.HeaderClassName
{
color: #BF736F;
}
.AnyTagClassName
{
color: #BF736F;
}
</style>
background-color css
<style>
a { background-color: #BF736F; }
a { background-color: rgb(191,115,111); }
div.DivClassName
{
background-color: #BF736F;
}
.BgClassName
{
background-color: #BF736F;
}
</style>
border-color css
<style>
span { border-color: #BF736F; }
span { border-color: rgb(191,115,111); }
td.TdClassName
{
border-color: #BF736F;
}
.TagClassName
{
border-color: #BF736F;
}
</style>