Shades of Contessa #BF7562
Tints of Contessa #BF7562
RGB
CMYK
RGB Variations
Color information
#BF7562 (or 0xBF7562) is known color: Contessa. HEX triplet: BF, 75 and 62. RGB value is (191,117,98). Sum of RGB (Red+Green+Blue) = 191+117+98=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7562 is #408A9D. Grayscale: #898989. Windows color (decimal): -4229790 or 6452671. OLE color: 6452671.
HSL color Cylindrical-coordinate representation of color #BF7562: hue angle of 12.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF7562 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 98 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.25 |
| HSL | 12.26º | 0.42% | 0.57% | - |
| HSV(B) | 12.26º | 0.49% | 0.75% | - |
| XYZ | 30.05 | 24.68 | 14.74 | - |
| YUV | 136.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 98 | 0 | 0.39 | 0.49 | 0.25 | 12.26 | 0.42 | 0.57 |
| Hex | BF | 75 | 62 | 0 | 27 | 31 | 19 | C | 2A | 39 |
| Octal | 277 | 165 | 142 | 0 | 47 | 61 | 31 | 14 | 52 | 71 |
| Binary | 10111111 | 1110101 | 1100010 | 0 | 100111 | 110001 | 11001 | 1100 | 101010 | 111001 |
Color Harmonies of #BF7562
Complementary color
Monochromatic Colors of #BF7562
Black with #BF7562
Text Example
Text Example
White with #BF7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7562; }
p { color: rgb(191,117,98); }
H1.HeaderClassName
{
color: #BF7562;
}
.AnyTagClassName
{
color: #BF7562;
}
</style>
background-color css
<style>
a { background-color: #BF7562; }
a { background-color: rgb(191,117,98); }
div.DivClassName
{
background-color: #BF7562;
}
.BgClassName
{
background-color: #BF7562;
}
</style>
border-color css
<style>
span { border-color: #BF7562; }
span { border-color: rgb(191,117,98); }
td.TdClassName
{
border-color: #BF7562;
}
.TagClassName
{
border-color: #BF7562;
}
</style>