Shades of Contessa #BF7574
Tints of Contessa #BF7574
RGB
CMYK
RGB Variations
Color information
#BF7574 (or 0xBF7574) is known color: Contessa. HEX triplet: BF, 75 and 74. RGB value is (191,117,116). Sum of RGB (Red+Green+Blue) = 191+117+116=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7574 is #408A8B. Grayscale: #8B8B8B. Windows color (decimal): -4229772 or 7632319. OLE color: 7632319.
HSL color Cylindrical-coordinate representation of color #BF7574: hue angle of 0.8º 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 #BF7574 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 116 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.25 |
| HSL | 0.8º | 0.37% | 0.6% | - |
| HSV(B) | 0.8º | 0.39% | 0.75% | - |
| XYZ | 31 | 25.06 | 19.73 | - |
| YUV | 139.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 116 | 0 | 0.39 | 0.39 | 0.25 | 0.8 | 0.37 | 0.6 |
| Hex | BF | 75 | 74 | 0 | 27 | 27 | 19 | 1 | 25 | 3C |
| Octal | 277 | 165 | 164 | 0 | 47 | 47 | 31 | 1 | 45 | 74 |
| Binary | 10111111 | 1110101 | 1110100 | 0 | 100111 | 100111 | 11001 | 1 | 100101 | 111100 |
Color Harmonies of #BF7574
Complementary color
Monochromatic Colors of #BF7574
Black with #BF7574
Text Example
Text Example
White with #BF7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7574; }
p { color: rgb(191,117,116); }
H1.HeaderClassName
{
color: #BF7574;
}
.AnyTagClassName
{
color: #BF7574;
}
</style>
background-color css
<style>
a { background-color: #BF7574; }
a { background-color: rgb(191,117,116); }
div.DivClassName
{
background-color: #BF7574;
}
.BgClassName
{
background-color: #BF7574;
}
</style>
border-color css
<style>
span { border-color: #BF7574; }
span { border-color: rgb(191,117,116); }
td.TdClassName
{
border-color: #BF7574;
}
.TagClassName
{
border-color: #BF7574;
}
</style>