Shades of Contessa #BE7265
Tints of Contessa #BE7265
RGB
CMYK
RGB Variations
Color information
#BE7265 (or 0xBE7265) is known color: Contessa. HEX triplet: BE, 72 and 65. RGB value is (190,114,101). Sum of RGB (Red+Green+Blue) = 190+114+101=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7265 is #418D9A. Grayscale: #878787. Windows color (decimal): -4296091 or 6648510. OLE color: 6648510.
HSL color Cylindrical-coordinate representation of color #BE7265: hue angle of 8.76º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7265 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 101 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.25 |
| HSL | 8.76º | 0.41% | 0.57% | - |
| HSV(B) | 8.76º | 0.47% | 0.75% | - |
| XYZ | 29.6 | 23.92 | 15.37 | - |
| YUV | 135.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 101 | 0 | 0.40 | 0.47 | 0.25 | 8.76 | 0.41 | 0.57 |
| Hex | BE | 72 | 65 | 0 | 28 | 2F | 19 | 9 | 29 | 39 |
| Octal | 276 | 162 | 145 | 0 | 50 | 57 | 31 | 11 | 51 | 71 |
| Binary | 10111110 | 1110010 | 1100101 | 0 | 101000 | 101111 | 11001 | 1001 | 101001 | 111001 |
Color Harmonies of #BE7265
Complementary color
Monochromatic Colors of #BE7265
Black with #BE7265
Text Example
Text Example
White with #BE7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7265; }
p { color: rgb(190,114,101); }
H1.HeaderClassName
{
color: #BE7265;
}
.AnyTagClassName
{
color: #BE7265;
}
</style>
background-color css
<style>
a { background-color: #BE7265; }
a { background-color: rgb(190,114,101); }
div.DivClassName
{
background-color: #BE7265;
}
.BgClassName
{
background-color: #BE7265;
}
</style>
border-color css
<style>
span { border-color: #BE7265; }
span { border-color: rgb(190,114,101); }
td.TdClassName
{
border-color: #BE7265;
}
.TagClassName
{
border-color: #BE7265;
}
</style>