Shades of Contessa #BE7867
Tints of Contessa #BE7867
RGB
CMYK
RGB Variations
Color information
#BE7867 (or 0xBE7867) is known color: Contessa. HEX triplet: BE, 78 and 67. RGB value is (190,120,103). Sum of RGB (Red+Green+Blue) = 190+120+103=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7867 is #418798. Grayscale: #8B8B8B. Windows color (decimal): -4294553 or 6781118. OLE color: 6781118.
HSL color Cylindrical-coordinate representation of color #BE7867: hue angle of 11.72º 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 #BE7867 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 103 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.25 |
| HSL | 11.72º | 0.4% | 0.57% | - |
| HSV(B) | 11.72º | 0.46% | 0.75% | - |
| XYZ | 30.4 | 25.36 | 16.12 | - |
| YUV | 138.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 103 | 0 | 0.37 | 0.46 | 0.25 | 11.72 | 0.4 | 0.57 |
| Hex | BE | 78 | 67 | 0 | 25 | 2E | 19 | C | 28 | 39 |
| Octal | 276 | 170 | 147 | 0 | 45 | 56 | 31 | 14 | 50 | 71 |
| Binary | 10111110 | 1111000 | 1100111 | 0 | 100101 | 101110 | 11001 | 1100 | 101000 | 111001 |
Color Harmonies of #BE7867
Complementary color
Monochromatic Colors of #BE7867
Black with #BE7867
Text Example
Text Example
White with #BE7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7867; }
p { color: rgb(190,120,103); }
H1.HeaderClassName
{
color: #BE7867;
}
.AnyTagClassName
{
color: #BE7867;
}
</style>
background-color css
<style>
a { background-color: #BE7867; }
a { background-color: rgb(190,120,103); }
div.DivClassName
{
background-color: #BE7867;
}
.BgClassName
{
background-color: #BE7867;
}
</style>
border-color css
<style>
span { border-color: #BE7867; }
span { border-color: rgb(190,120,103); }
td.TdClassName
{
border-color: #BE7867;
}
.TagClassName
{
border-color: #BE7867;
}
</style>