Shades of Contessa #BE7B67
Tints of Contessa #BE7B67
RGB
CMYK
RGB Variations
Color information
#BE7B67 (or 0xBE7B67) is known color: Contessa. HEX triplet: BE, 7B and 67. RGB value is (190,123,103). Sum of RGB (Red+Green+Blue) = 190+123+103=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B67 is #418498. Grayscale: #8C8C8C. Windows color (decimal): -4293785 or 6781886. OLE color: 6781886.
HSL color Cylindrical-coordinate representation of color #BE7B67: hue angle of 13.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7B67 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 103 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.25 |
| HSL | 13.79º | 0.4% | 0.57% | - |
| HSV(B) | 13.79º | 0.46% | 0.75% | - |
| XYZ | 30.77 | 26.09 | 16.25 | - |
| YUV | 140.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 103 | 0 | 0.35 | 0.46 | 0.25 | 13.79 | 0.4 | 0.57 |
| Hex | BE | 7B | 67 | 0 | 23 | 2E | 19 | E | 28 | 39 |
| Octal | 276 | 173 | 147 | 0 | 43 | 56 | 31 | 16 | 50 | 71 |
| Binary | 10111110 | 1111011 | 1100111 | 0 | 100011 | 101110 | 11001 | 1110 | 101000 | 111001 |
Color Harmonies of #BE7B67
Complementary color
Monochromatic Colors of #BE7B67
Black with #BE7B67
Text Example
Text Example
White with #BE7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B67; }
p { color: rgb(190,123,103); }
H1.HeaderClassName
{
color: #BE7B67;
}
.AnyTagClassName
{
color: #BE7B67;
}
</style>
background-color css
<style>
a { background-color: #BE7B67; }
a { background-color: rgb(190,123,103); }
div.DivClassName
{
background-color: #BE7B67;
}
.BgClassName
{
background-color: #BE7B67;
}
</style>
border-color css
<style>
span { border-color: #BE7B67; }
span { border-color: rgb(190,123,103); }
td.TdClassName
{
border-color: #BE7B67;
}
.TagClassName
{
border-color: #BE7B67;
}
</style>