Shades of Putty #BEAA70
Tints of Putty #BEAA70
RGB
CMYK
RGB Variations
Color information
#BEAA70 (or 0xBEAA70) is known color: Putty. HEX triplet: BE, AA and 70. RGB value is (190,170,112). Sum of RGB (Red+Green+Blue) = 190+170+112=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA70 is #41558F. Grayscale: #A9A9A9. Windows color (decimal): -4281744 or 7383742. OLE color: 7383742.
HSL color Cylindrical-coordinate representation of color #BEAA70: hue angle of 44.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEAA70 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 112 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.25 |
| HSL | 44.62º | 0.38% | 0.59% | - |
| HSV(B) | 44.62º | 0.41% | 0.75% | - |
| XYZ | 38.53 | 40.87 | 21.19 | - |
| YUV | 169.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 112 | 0 | 0.11 | 0.41 | 0.25 | 44.62 | 0.38 | 0.59 |
| Hex | BE | AA | 70 | 0 | B | 29 | 19 | 2D | 26 | 3B |
| Octal | 276 | 252 | 160 | 0 | 13 | 51 | 31 | 55 | 46 | 73 |
| Binary | 10111110 | 10101010 | 1110000 | 0 | 1011 | 101001 | 11001 | 101101 | 100110 | 111011 |
Color Harmonies of #BEAA70
Complementary color
Monochromatic Colors of #BEAA70
Black with #BEAA70
Text Example
Text Example
White with #BEAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA70; }
p { color: rgb(190,170,112); }
H1.HeaderClassName
{
color: #BEAA70;
}
.AnyTagClassName
{
color: #BEAA70;
}
</style>
background-color css
<style>
a { background-color: #BEAA70; }
a { background-color: rgb(190,170,112); }
div.DivClassName
{
background-color: #BEAA70;
}
.BgClassName
{
background-color: #BEAA70;
}
</style>
border-color css
<style>
span { border-color: #BEAA70; }
span { border-color: rgb(190,170,112); }
td.TdClassName
{
border-color: #BEAA70;
}
.TagClassName
{
border-color: #BEAA70;
}
</style>