Shades of Contessa #BE7673
Tints of Contessa #BE7673
RGB
CMYK
RGB Variations
Color information
#BE7673 (or 0xBE7673) is known color: Contessa. HEX triplet: BE, 76 and 73. RGB value is (190,118,115). Sum of RGB (Red+Green+Blue) = 190+118+115=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7673 is #41898C. Grayscale: #8B8B8B. Windows color (decimal): -4295053 or 7567038. OLE color: 7567038.
HSL color Cylindrical-coordinate representation of color #BE7673: hue angle of 2.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7673 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 115 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.25 |
| HSL | 2.4º | 0.37% | 0.6% | - |
| HSV(B) | 2.4º | 0.39% | 0.75% | - |
| XYZ | 30.81 | 25.14 | 19.45 | - |
| YUV | 139.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 115 | 0 | 0.38 | 0.39 | 0.25 | 2.4 | 0.37 | 0.6 |
| Hex | BE | 76 | 73 | 0 | 26 | 27 | 19 | 2 | 25 | 3C |
| Octal | 276 | 166 | 163 | 0 | 46 | 47 | 31 | 2 | 45 | 74 |
| Binary | 10111110 | 1110110 | 1110011 | 0 | 100110 | 100111 | 11001 | 10 | 100101 | 111100 |
Color Harmonies of #BE7673
Complementary color
Monochromatic Colors of #BE7673
Black with #BE7673
Text Example
Text Example
White with #BE7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7673; }
p { color: rgb(190,118,115); }
H1.HeaderClassName
{
color: #BE7673;
}
.AnyTagClassName
{
color: #BE7673;
}
</style>
background-color css
<style>
a { background-color: #BE7673; }
a { background-color: rgb(190,118,115); }
div.DivClassName
{
background-color: #BE7673;
}
.BgClassName
{
background-color: #BE7673;
}
</style>
border-color css
<style>
span { border-color: #BE7673; }
span { border-color: rgb(190,118,115); }
td.TdClassName
{
border-color: #BE7673;
}
.TagClassName
{
border-color: #BE7673;
}
</style>