Shades of Contessa #BF7575
Tints of Contessa #BF7575
RGB
CMYK
RGB Variations
Color information
#BF7575 (or 0xBF7575) is known color: Contessa. HEX triplet: BF, 75 and 75. RGB value is (191,117,117). Sum of RGB (Red+Green+Blue) = 191+117+117=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7575 is #408A8A. Grayscale: #8B8B8B. Windows color (decimal): -4229771 or 7697855. OLE color: 7697855.
HSL color Cylindrical-coordinate representation of color #BF7575: hue angle of 0º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7575 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 117 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.25 |
| HSL | 0º | 0.37% | 0.6% | - |
| HSV(B) | 0º | 0.39% | 0.75% | - |
| XYZ | 31.06 | 25.08 | 20.03 | - |
| YUV | 139.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 117 | 0 | 0.39 | 0.39 | 0.25 | 0 | 0.37 | 0.6 |
| Hex | BF | 75 | 75 | 0 | 27 | 27 | 19 | 0 | 25 | 3C |
| Octal | 277 | 165 | 165 | 0 | 47 | 47 | 31 | 0 | 45 | 74 |
| Binary | 10111111 | 1110101 | 1110101 | 0 | 100111 | 100111 | 11001 | 0 | 100101 | 111100 |
Color Harmonies of #BF7575
Complementary color
Monochromatic Colors of #BF7575
Black with #BF7575
Text Example
Text Example
White with #BF7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7575; }
p { color: rgb(191,117,117); }
H1.HeaderClassName
{
color: #BF7575;
}
.AnyTagClassName
{
color: #BF7575;
}
</style>
background-color css
<style>
a { background-color: #BF7575; }
a { background-color: rgb(191,117,117); }
div.DivClassName
{
background-color: #BF7575;
}
.BgClassName
{
background-color: #BF7575;
}
</style>
border-color css
<style>
span { border-color: #BF7575; }
span { border-color: rgb(191,117,117); }
td.TdClassName
{
border-color: #BF7575;
}
.TagClassName
{
border-color: #BF7575;
}
</style>