Shades of Contessa #BE706B
Tints of Contessa #BE706B
RGB
CMYK
RGB Variations
Color information
#BE706B (or 0xBE706B) is known color: Contessa. HEX triplet: BE, 70 and 6B. RGB value is (190,112,107). Sum of RGB (Red+Green+Blue) = 190+112+107=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE706B is #418F94. Grayscale: #868686. Windows color (decimal): -4296597 or 7041214. OLE color: 7041214.
HSL color Cylindrical-coordinate representation of color #BE706B: hue angle of 3.61º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE706B is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 107 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.25 |
| HSL | 3.61º | 0.39% | 0.58% | - |
| HSV(B) | 3.61º | 0.44% | 0.75% | - |
| XYZ | 29.68 | 23.6 | 16.9 | - |
| YUV | 134.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 107 | 0 | 0.41 | 0.44 | 0.25 | 3.61 | 0.39 | 0.58 |
| Hex | BE | 70 | 6B | 0 | 29 | 2C | 19 | 4 | 27 | 3A |
| Octal | 276 | 160 | 153 | 0 | 51 | 54 | 31 | 4 | 47 | 72 |
| Binary | 10111110 | 1110000 | 1101011 | 0 | 101001 | 101100 | 11001 | 100 | 100111 | 111010 |
Color Harmonies of #BE706B
Complementary color
Monochromatic Colors of #BE706B
Black with #BE706B
Text Example
Text Example
White with #BE706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE706B; }
p { color: rgb(190,112,107); }
H1.HeaderClassName
{
color: #BE706B;
}
.AnyTagClassName
{
color: #BE706B;
}
</style>
background-color css
<style>
a { background-color: #BE706B; }
a { background-color: rgb(190,112,107); }
div.DivClassName
{
background-color: #BE706B;
}
.BgClassName
{
background-color: #BE706B;
}
</style>
border-color css
<style>
span { border-color: #BE706B; }
span { border-color: rgb(190,112,107); }
td.TdClassName
{
border-color: #BE706B;
}
.TagClassName
{
border-color: #BE706B;
}
</style>