Shades of Contessa #BE7B68
Tints of Contessa #BE7B68
RGB
CMYK
RGB Variations
Color information
#BE7B68 (or 0xBE7B68) is known color: Contessa. HEX triplet: BE, 7B and 68. RGB value is (190,123,104). Sum of RGB (Red+Green+Blue) = 190+123+104=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B68 is #418497. Grayscale: #8D8D8D. Windows color (decimal): -4293784 or 6847422. OLE color: 6847422.
HSL color Cylindrical-coordinate representation of color #BE7B68: hue angle of 13.26º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7B68 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 104 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.25 |
| HSL | 13.26º | 0.4% | 0.58% | - |
| HSV(B) | 13.26º | 0.45% | 0.75% | - |
| XYZ | 30.82 | 26.11 | 16.51 | - |
| YUV | 140.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 104 | 0 | 0.35 | 0.45 | 0.25 | 13.26 | 0.4 | 0.58 |
| Hex | BE | 7B | 68 | 0 | 23 | 2D | 19 | D | 28 | 3A |
| Octal | 276 | 173 | 150 | 0 | 43 | 55 | 31 | 15 | 50 | 72 |
| Binary | 10111110 | 1111011 | 1101000 | 0 | 100011 | 101101 | 11001 | 1101 | 101000 | 111010 |
Color Harmonies of #BE7B68
Complementary color
Monochromatic Colors of #BE7B68
Black with #BE7B68
Text Example
Text Example
White with #BE7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B68; }
p { color: rgb(190,123,104); }
H1.HeaderClassName
{
color: #BE7B68;
}
.AnyTagClassName
{
color: #BE7B68;
}
</style>
background-color css
<style>
a { background-color: #BE7B68; }
a { background-color: rgb(190,123,104); }
div.DivClassName
{
background-color: #BE7B68;
}
.BgClassName
{
background-color: #BE7B68;
}
</style>
border-color css
<style>
span { border-color: #BE7B68; }
span { border-color: rgb(190,123,104); }
td.TdClassName
{
border-color: #BE7B68;
}
.TagClassName
{
border-color: #BE7B68;
}
</style>