Shades of Contessa #BE786B
Tints of Contessa #BE786B
RGB
CMYK
RGB Variations
Color information
#BE786B (or 0xBE786B) is known color: Contessa. HEX triplet: BE, 78 and 6B. RGB value is (190,120,107). Sum of RGB (Red+Green+Blue) = 190+120+107=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE786B is #418794. Grayscale: #8B8B8B. Windows color (decimal): -4294549 or 7043262. OLE color: 7043262.
HSL color Cylindrical-coordinate representation of color #BE786B: hue angle of 9.4º 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 #BE786B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 107 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.25 |
| HSL | 9.4º | 0.39% | 0.58% | - |
| HSV(B) | 9.4º | 0.44% | 0.75% | - |
| XYZ | 30.61 | 25.44 | 17.21 | - |
| YUV | 139.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 107 | 0 | 0.37 | 0.44 | 0.25 | 9.4 | 0.39 | 0.58 |
| Hex | BE | 78 | 6B | 0 | 25 | 2C | 19 | 9 | 27 | 3A |
| Octal | 276 | 170 | 153 | 0 | 45 | 54 | 31 | 11 | 47 | 72 |
| Binary | 10111110 | 1111000 | 1101011 | 0 | 100101 | 101100 | 11001 | 1001 | 100111 | 111010 |
Color Harmonies of #BE786B
Complementary color
Monochromatic Colors of #BE786B
Black with #BE786B
Text Example
Text Example
White with #BE786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE786B; }
p { color: rgb(190,120,107); }
H1.HeaderClassName
{
color: #BE786B;
}
.AnyTagClassName
{
color: #BE786B;
}
</style>
background-color css
<style>
a { background-color: #BE786B; }
a { background-color: rgb(190,120,107); }
div.DivClassName
{
background-color: #BE786B;
}
.BgClassName
{
background-color: #BE786B;
}
</style>
border-color css
<style>
span { border-color: #BE786B; }
span { border-color: rgb(190,120,107); }
td.TdClassName
{
border-color: #BE786B;
}
.TagClassName
{
border-color: #BE786B;
}
</style>