Shades of Contessa #BE6B61
Tints of Contessa #BE6B61
RGB
CMYK
RGB Variations
Color information
#BE6B61 (or 0xBE6B61) is known color: Contessa. HEX triplet: BE, 6B and 61. RGB value is (190,107,97). Sum of RGB (Red+Green+Blue) = 190+107+97=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B61 is #41949E. Grayscale: #828282. Windows color (decimal): -4297887 or 6384574. OLE color: 6384574.
HSL color Cylindrical-coordinate representation of color #BE6B61: hue angle of 6.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6B61 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 107 | 97 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.25 |
| HSL | 6.45º | 0.42% | 0.56% | - |
| HSV(B) | 6.45º | 0.49% | 0.75% | - |
| XYZ | 28.65 | 22.33 | 14.11 | - |
| YUV | 130.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 107 | 97 | 0 | 0.44 | 0.49 | 0.25 | 6.45 | 0.42 | 0.56 |
| Hex | BE | 6B | 61 | 0 | 2C | 31 | 19 | 6 | 2A | 38 |
| Octal | 276 | 153 | 141 | 0 | 54 | 61 | 31 | 6 | 52 | 70 |
| Binary | 10111110 | 1101011 | 1100001 | 0 | 101100 | 110001 | 11001 | 110 | 101010 | 111000 |
Color Harmonies of #BE6B61
Complementary color
Monochromatic Colors of #BE6B61
Black with #BE6B61
Text Example
Text Example
White with #BE6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6B61; }
p { color: rgb(190,107,97); }
H1.HeaderClassName
{
color: #BE6B61;
}
.AnyTagClassName
{
color: #BE6B61;
}
</style>
background-color css
<style>
a { background-color: #BE6B61; }
a { background-color: rgb(190,107,97); }
div.DivClassName
{
background-color: #BE6B61;
}
.BgClassName
{
background-color: #BE6B61;
}
</style>
border-color css
<style>
span { border-color: #BE6B61; }
span { border-color: rgb(190,107,97); }
td.TdClassName
{
border-color: #BE6B61;
}
.TagClassName
{
border-color: #BE6B61;
}
</style>