Shades of Contessa #BE736F
Tints of Contessa #BE736F
RGB
CMYK
RGB Variations
Color information
#BE736F (or 0xBE736F) is known color: Contessa. HEX triplet: BE, 73 and 6F. RGB value is (190,115,111). Sum of RGB (Red+Green+Blue) = 190+115+111=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE736F is #418C90. Grayscale: #898989. Windows color (decimal): -4295825 or 7304126. OLE color: 7304126.
HSL color Cylindrical-coordinate representation of color #BE736F: hue angle of 3.04º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE736F is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 111 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.25 |
| HSL | 3.04º | 0.38% | 0.59% | - |
| HSV(B) | 3.04º | 0.42% | 0.75% | - |
| XYZ | 30.24 | 24.36 | 18.15 | - |
| YUV | 136.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 111 | 0 | 0.39 | 0.42 | 0.25 | 3.04 | 0.38 | 0.59 |
| Hex | BE | 73 | 6F | 0 | 27 | 2A | 19 | 3 | 26 | 3B |
| Octal | 276 | 163 | 157 | 0 | 47 | 52 | 31 | 3 | 46 | 73 |
| Binary | 10111110 | 1110011 | 1101111 | 0 | 100111 | 101010 | 11001 | 11 | 100110 | 111011 |
Color Harmonies of #BE736F
Complementary color
Monochromatic Colors of #BE736F
Black with #BE736F
Text Example
Text Example
White with #BE736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE736F; }
p { color: rgb(190,115,111); }
H1.HeaderClassName
{
color: #BE736F;
}
.AnyTagClassName
{
color: #BE736F;
}
</style>
background-color css
<style>
a { background-color: #BE736F; }
a { background-color: rgb(190,115,111); }
div.DivClassName
{
background-color: #BE736F;
}
.BgClassName
{
background-color: #BE736F;
}
</style>
border-color css
<style>
span { border-color: #BE736F; }
span { border-color: rgb(190,115,111); }
td.TdClassName
{
border-color: #BE736F;
}
.TagClassName
{
border-color: #BE736F;
}
</style>