Shades of Contessa #BF7263
Tints of Contessa #BF7263
RGB
CMYK
RGB Variations
Color information
#BF7263 (or 0xBF7263) is known color: Contessa. HEX triplet: BF, 72 and 63. RGB value is (191,114,99). Sum of RGB (Red+Green+Blue) = 191+114+99=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7263 is #408D9C. Grayscale: #878787. Windows color (decimal): -4230557 or 6517439. OLE color: 6517439.
HSL color Cylindrical-coordinate representation of color #BF7263: hue angle of 9.78º 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 #BF7263 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 99 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.25 |
| HSL | 9.78º | 0.42% | 0.57% | - |
| HSV(B) | 9.78º | 0.48% | 0.75% | - |
| XYZ | 29.76 | 24.01 | 14.87 | - |
| YUV | 135.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 99 | 0 | 0.40 | 0.48 | 0.25 | 9.78 | 0.42 | 0.57 |
| Hex | BF | 72 | 63 | 0 | 28 | 30 | 19 | A | 2A | 39 |
| Octal | 277 | 162 | 143 | 0 | 50 | 60 | 31 | 12 | 52 | 71 |
| Binary | 10111111 | 1110010 | 1100011 | 0 | 101000 | 110000 | 11001 | 1010 | 101010 | 111001 |
Color Harmonies of #BF7263
Complementary color
Monochromatic Colors of #BF7263
Black with #BF7263
Text Example
Text Example
White with #BF7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7263; }
p { color: rgb(191,114,99); }
H1.HeaderClassName
{
color: #BF7263;
}
.AnyTagClassName
{
color: #BF7263;
}
</style>
background-color css
<style>
a { background-color: #BF7263; }
a { background-color: rgb(191,114,99); }
div.DivClassName
{
background-color: #BF7263;
}
.BgClassName
{
background-color: #BF7263;
}
</style>
border-color css
<style>
span { border-color: #BF7263; }
span { border-color: rgb(191,114,99); }
td.TdClassName
{
border-color: #BF7263;
}
.TagClassName
{
border-color: #BF7263;
}
</style>