Shades of Contessa #BF6963
Tints of Contessa #BF6963
RGB
CMYK
RGB Variations
Color information
#BF6963 (or 0xBF6963) is known color: Contessa. HEX triplet: BF, 69 and 63. RGB value is (191,105,99). Sum of RGB (Red+Green+Blue) = 191+105+99=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6963 is #40969C. Grayscale: #828282. Windows color (decimal): -4232861 or 6515135. OLE color: 6515135.
HSL color Cylindrical-coordinate representation of color #BF6963: hue angle of 3.91º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6963 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 99 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.25 |
| HSL | 3.91º | 0.42% | 0.57% | - |
| HSV(B) | 3.91º | 0.48% | 0.75% | - |
| XYZ | 28.79 | 22.08 | 14.55 | - |
| YUV | 130.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 99 | 0 | 0.45 | 0.48 | 0.25 | 3.91 | 0.42 | 0.57 |
| Hex | BF | 69 | 63 | 0 | 2D | 30 | 19 | 4 | 2A | 39 |
| Octal | 277 | 151 | 143 | 0 | 55 | 60 | 31 | 4 | 52 | 71 |
| Binary | 10111111 | 1101001 | 1100011 | 0 | 101101 | 110000 | 11001 | 100 | 101010 | 111001 |
Color Harmonies of #BF6963
Complementary color
Monochromatic Colors of #BF6963
Black with #BF6963
Text Example
Text Example
White with #BF6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6963; }
p { color: rgb(191,105,99); }
H1.HeaderClassName
{
color: #BF6963;
}
.AnyTagClassName
{
color: #BF6963;
}
</style>
background-color css
<style>
a { background-color: #BF6963; }
a { background-color: rgb(191,105,99); }
div.DivClassName
{
background-color: #BF6963;
}
.BgClassName
{
background-color: #BF6963;
}
</style>
border-color css
<style>
span { border-color: #BF6963; }
span { border-color: rgb(191,105,99); }
td.TdClassName
{
border-color: #BF6963;
}
.TagClassName
{
border-color: #BF6963;
}
</style>