Shades of Contessa #BE716D
Tints of Contessa #BE716D
RGB
CMYK
RGB Variations
Color information
#BE716D (or 0xBE716D) is known color: Contessa. HEX triplet: BE, 71 and 6D. RGB value is (190,113,109). Sum of RGB (Red+Green+Blue) = 190+113+109=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE716D is #418E92. Grayscale: #878787. Windows color (decimal): -4296339 or 7172542. OLE color: 7172542.
HSL color Cylindrical-coordinate representation of color #BE716D: hue angle of 2.96º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE716D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 109 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.25 |
| HSL | 2.96º | 0.38% | 0.59% | - |
| HSV(B) | 2.96º | 0.43% | 0.75% | - |
| XYZ | 29.9 | 23.86 | 17.5 | - |
| YUV | 135.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 109 | 0 | 0.41 | 0.43 | 0.25 | 2.96 | 0.38 | 0.59 |
| Hex | BE | 71 | 6D | 0 | 29 | 2B | 19 | 3 | 26 | 3B |
| Octal | 276 | 161 | 155 | 0 | 51 | 53 | 31 | 3 | 46 | 73 |
| Binary | 10111110 | 1110001 | 1101101 | 0 | 101001 | 101011 | 11001 | 11 | 100110 | 111011 |
Color Harmonies of #BE716D
Complementary color
Monochromatic Colors of #BE716D
Black with #BE716D
Text Example
Text Example
White with #BE716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE716D; }
p { color: rgb(190,113,109); }
H1.HeaderClassName
{
color: #BE716D;
}
.AnyTagClassName
{
color: #BE716D;
}
</style>
background-color css
<style>
a { background-color: #BE716D; }
a { background-color: rgb(190,113,109); }
div.DivClassName
{
background-color: #BE716D;
}
.BgClassName
{
background-color: #BE716D;
}
</style>
border-color css
<style>
span { border-color: #BE716D; }
span { border-color: rgb(190,113,109); }
td.TdClassName
{
border-color: #BE716D;
}
.TagClassName
{
border-color: #BE716D;
}
</style>