Shades of Contessa #BE726D
Tints of Contessa #BE726D
RGB
CMYK
RGB Variations
Color information
#BE726D (or 0xBE726D) is known color: Contessa. HEX triplet: BE, 72 and 6D. RGB value is (190,114,109). Sum of RGB (Red+Green+Blue) = 190+114+109=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE726D is #418D92. Grayscale: #888888. Windows color (decimal): -4296083 or 7172798. OLE color: 7172798.
HSL color Cylindrical-coordinate representation of color #BE726D: hue angle of 3.7º 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 #BE726D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 109 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.25 |
| HSL | 3.7º | 0.38% | 0.59% | - |
| HSV(B) | 3.7º | 0.43% | 0.75% | - |
| XYZ | 30.01 | 24.09 | 17.54 | - |
| YUV | 136.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 109 | 0 | 0.40 | 0.43 | 0.25 | 3.7 | 0.38 | 0.59 |
| Hex | BE | 72 | 6D | 0 | 28 | 2B | 19 | 4 | 26 | 3B |
| Octal | 276 | 162 | 155 | 0 | 50 | 53 | 31 | 4 | 46 | 73 |
| Binary | 10111110 | 1110010 | 1101101 | 0 | 101000 | 101011 | 11001 | 100 | 100110 | 111011 |
Color Harmonies of #BE726D
Complementary color
Monochromatic Colors of #BE726D
Black with #BE726D
Text Example
Text Example
White with #BE726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE726D; }
p { color: rgb(190,114,109); }
H1.HeaderClassName
{
color: #BE726D;
}
.AnyTagClassName
{
color: #BE726D;
}
</style>
background-color css
<style>
a { background-color: #BE726D; }
a { background-color: rgb(190,114,109); }
div.DivClassName
{
background-color: #BE726D;
}
.BgClassName
{
background-color: #BE726D;
}
</style>
border-color css
<style>
span { border-color: #BE726D; }
span { border-color: rgb(190,114,109); }
td.TdClassName
{
border-color: #BE726D;
}
.TagClassName
{
border-color: #BE726D;
}
</style>