Shades of Contessa #BE7874
Tints of Contessa #BE7874
RGB
CMYK
RGB Variations
Color information
#BE7874 (or 0xBE7874) is known color: Contessa. HEX triplet: BE, 78 and 74. RGB value is (190,120,116). Sum of RGB (Red+Green+Blue) = 190+120+116=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7874 is #41878B. Grayscale: #8C8C8C. Windows color (decimal): -4294540 or 7633086. OLE color: 7633086.
HSL color Cylindrical-coordinate representation of color #BE7874: hue angle of 3.24º degrees, saturation: 0.36, 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 #BE7874 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 116 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.25 |
| HSL | 3.24º | 0.36% | 0.6% | - |
| HSV(B) | 3.24º | 0.39% | 0.75% | - |
| XYZ | 31.1 | 25.64 | 19.83 | - |
| YUV | 140.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 116 | 0 | 0.37 | 0.39 | 0.25 | 3.24 | 0.36 | 0.6 |
| Hex | BE | 78 | 74 | 0 | 25 | 27 | 19 | 3 | 24 | 3C |
| Octal | 276 | 170 | 164 | 0 | 45 | 47 | 31 | 3 | 44 | 74 |
| Binary | 10111110 | 1111000 | 1110100 | 0 | 100101 | 100111 | 11001 | 11 | 100100 | 111100 |
Color Harmonies of #BE7874
Complementary color
Monochromatic Colors of #BE7874
Black with #BE7874
Text Example
Text Example
White with #BE7874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7874; }
p { color: rgb(190,120,116); }
H1.HeaderClassName
{
color: #BE7874;
}
.AnyTagClassName
{
color: #BE7874;
}
</style>
background-color css
<style>
a { background-color: #BE7874; }
a { background-color: rgb(190,120,116); }
div.DivClassName
{
background-color: #BE7874;
}
.BgClassName
{
background-color: #BE7874;
}
</style>
border-color css
<style>
span { border-color: #BE7874; }
span { border-color: rgb(190,120,116); }
td.TdClassName
{
border-color: #BE7874;
}
.TagClassName
{
border-color: #BE7874;
}
</style>