Shades of Contessa #BF7565
Tints of Contessa #BF7565
RGB
CMYK
RGB Variations
Color information
#BF7565 (or 0xBF7565) is known color: Contessa. HEX triplet: BF, 75 and 65. RGB value is (191,117,101). Sum of RGB (Red+Green+Blue) = 191+117+101=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7565 is #408A9A. Grayscale: #898989. Windows color (decimal): -4229787 or 6649279. OLE color: 6649279.
HSL color Cylindrical-coordinate representation of color #BF7565: hue angle of 10.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7565 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 101 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.25 |
| HSL | 10.67º | 0.41% | 0.57% | - |
| HSV(B) | 10.67º | 0.47% | 0.75% | - |
| XYZ | 30.2 | 24.74 | 15.5 | - |
| YUV | 137.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 101 | 0 | 0.39 | 0.47 | 0.25 | 10.67 | 0.41 | 0.57 |
| Hex | BF | 75 | 65 | 0 | 27 | 2F | 19 | B | 29 | 39 |
| Octal | 277 | 165 | 145 | 0 | 47 | 57 | 31 | 13 | 51 | 71 |
| Binary | 10111111 | 1110101 | 1100101 | 0 | 100111 | 101111 | 11001 | 1011 | 101001 | 111001 |
Color Harmonies of #BF7565
Complementary color
Monochromatic Colors of #BF7565
Black with #BF7565
Text Example
Text Example
White with #BF7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7565; }
p { color: rgb(191,117,101); }
H1.HeaderClassName
{
color: #BF7565;
}
.AnyTagClassName
{
color: #BF7565;
}
</style>
background-color css
<style>
a { background-color: #BF7565; }
a { background-color: rgb(191,117,101); }
div.DivClassName
{
background-color: #BF7565;
}
.BgClassName
{
background-color: #BF7565;
}
</style>
border-color css
<style>
span { border-color: #BF7565; }
span { border-color: rgb(191,117,101); }
td.TdClassName
{
border-color: #BF7565;
}
.TagClassName
{
border-color: #BF7565;
}
</style>