Shades of Contessa #BE755F
Tints of Contessa #BE755F
RGB
CMYK
RGB Variations
Color information
#BE755F (or 0xBE755F) is known color: Contessa. HEX triplet: BE, 75 and 5F. RGB value is (190,117,95). Sum of RGB (Red+Green+Blue) = 190+117+95=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE755F is #418AA0. Grayscale: #888888. Windows color (decimal): -4295329 or 6256062. OLE color: 6256062.
HSL color Cylindrical-coordinate representation of color #BE755F: hue angle of 13.89º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE755F is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 95 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.25 |
| HSL | 13.89º | 0.42% | 0.56% | - |
| HSV(B) | 13.89º | 0.5% | 0.75% | - |
| XYZ | 29.66 | 24.5 | 13.99 | - |
| YUV | 136.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 95 | 0 | 0.38 | 0.5 | 0.25 | 13.89 | 0.42 | 0.56 |
| Hex | BE | 75 | 5F | 0 | 26 | 32 | 19 | E | 2A | 38 |
| Octal | 276 | 165 | 137 | 0 | 46 | 62 | 31 | 16 | 52 | 70 |
| Binary | 10111110 | 1110101 | 1011111 | 0 | 100110 | 110010 | 11001 | 1110 | 101010 | 111000 |
Color Harmonies of #BE755F
Complementary color
Monochromatic Colors of #BE755F
Black with #BE755F
Text Example
Text Example
White with #BE755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE755F; }
p { color: rgb(190,117,95); }
H1.HeaderClassName
{
color: #BE755F;
}
.AnyTagClassName
{
color: #BE755F;
}
</style>
background-color css
<style>
a { background-color: #BE755F; }
a { background-color: rgb(190,117,95); }
div.DivClassName
{
background-color: #BE755F;
}
.BgClassName
{
background-color: #BE755F;
}
</style>
border-color css
<style>
span { border-color: #BE755F; }
span { border-color: rgb(190,117,95); }
td.TdClassName
{
border-color: #BE755F;
}
.TagClassName
{
border-color: #BE755F;
}
</style>