Shades of Contessa #BF7875
Tints of Contessa #BF7875
RGB
CMYK
RGB Variations
Color information
#BF7875 (or 0xBF7875) is known color: Contessa. HEX triplet: BF, 78 and 75. RGB value is (191,120,117). Sum of RGB (Red+Green+Blue) = 191+120+117=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7875 is #40878A. Grayscale: #8C8C8C. Windows color (decimal): -4229003 or 7698623. OLE color: 7698623.
HSL color Cylindrical-coordinate representation of color #BF7875: hue angle of 2.43º 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 #BF7875 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 117 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.25 |
| HSL | 2.43º | 0.37% | 0.6% | - |
| HSV(B) | 2.43º | 0.39% | 0.75% | - |
| XYZ | 31.41 | 25.79 | 20.15 | - |
| YUV | 140.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 117 | 0 | 0.37 | 0.39 | 0.25 | 2.43 | 0.37 | 0.6 |
| Hex | BF | 78 | 75 | 0 | 25 | 27 | 19 | 2 | 25 | 3C |
| Octal | 277 | 170 | 165 | 0 | 45 | 47 | 31 | 2 | 45 | 74 |
| Binary | 10111111 | 1111000 | 1110101 | 0 | 100101 | 100111 | 11001 | 10 | 100101 | 111100 |
Color Harmonies of #BF7875
Complementary color
Monochromatic Colors of #BF7875
Black with #BF7875
Text Example
Text Example
White with #BF7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7875; }
p { color: rgb(191,120,117); }
H1.HeaderClassName
{
color: #BF7875;
}
.AnyTagClassName
{
color: #BF7875;
}
</style>
background-color css
<style>
a { background-color: #BF7875; }
a { background-color: rgb(191,120,117); }
div.DivClassName
{
background-color: #BF7875;
}
.BgClassName
{
background-color: #BF7875;
}
</style>
border-color css
<style>
span { border-color: #BF7875; }
span { border-color: rgb(191,120,117); }
td.TdClassName
{
border-color: #BF7875;
}
.TagClassName
{
border-color: #BF7875;
}
</style>