Shades of Contessa #BE735F
Tints of Contessa #BE735F
RGB
CMYK
RGB Variations
Color information
#BE735F (or 0xBE735F) is known color: Contessa. HEX triplet: BE, 73 and 5F. RGB value is (190,115,95). Sum of RGB (Red+Green+Blue) = 190+115+95=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE735F is #418CA0. Grayscale: #878787. Windows color (decimal): -4295841 or 6255550. OLE color: 6255550.
HSL color Cylindrical-coordinate representation of color #BE735F: hue angle of 12.63º 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 #BE735F is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 95 | - |
| CMYK | 0 | 0.39 | 0.5 | 0.25 |
| HSL | 12.63º | 0.42% | 0.56% | - |
| HSV(B) | 12.63º | 0.5% | 0.75% | - |
| XYZ | 29.43 | 24.03 | 13.91 | - |
| YUV | 135.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 95 | 0 | 0.39 | 0.5 | 0.25 | 12.63 | 0.42 | 0.56 |
| Hex | BE | 73 | 5F | 0 | 27 | 32 | 19 | D | 2A | 38 |
| Octal | 276 | 163 | 137 | 0 | 47 | 62 | 31 | 15 | 52 | 70 |
| Binary | 10111110 | 1110011 | 1011111 | 0 | 100111 | 110010 | 11001 | 1101 | 101010 | 111000 |
Color Harmonies of #BE735F
Complementary color
Monochromatic Colors of #BE735F
Black with #BE735F
Text Example
Text Example
White with #BE735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE735F; }
p { color: rgb(190,115,95); }
H1.HeaderClassName
{
color: #BE735F;
}
.AnyTagClassName
{
color: #BE735F;
}
</style>
background-color css
<style>
a { background-color: #BE735F; }
a { background-color: rgb(190,115,95); }
div.DivClassName
{
background-color: #BE735F;
}
.BgClassName
{
background-color: #BE735F;
}
</style>
border-color css
<style>
span { border-color: #BE735F; }
span { border-color: rgb(190,115,95); }
td.TdClassName
{
border-color: #BE735F;
}
.TagClassName
{
border-color: #BE735F;
}
</style>