Shades of Putty #BEA86E
Tints of Putty #BEA86E
RGB
CMYK
RGB Variations
Color information
#BEA86E (or 0xBEA86E) is known color: Putty. HEX triplet: BE, A8 and 6E. RGB value is (190,168,110). Sum of RGB (Red+Green+Blue) = 190+168+110=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA86E is #415791. Grayscale: #A8A8A8. Windows color (decimal): -4282258 or 7252158. OLE color: 7252158.
HSL color Cylindrical-coordinate representation of color #BEA86E: hue angle of 43.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEA86E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 110 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.25 |
| HSL | 43.5º | 0.38% | 0.59% | - |
| HSV(B) | 43.5º | 0.42% | 0.75% | - |
| XYZ | 38.05 | 40.08 | 20.48 | - |
| YUV | 167.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 110 | 0 | 0.12 | 0.42 | 0.25 | 43.5 | 0.38 | 0.59 |
| Hex | BE | A8 | 6E | 0 | C | 2A | 19 | 2C | 26 | 3B |
| Octal | 276 | 250 | 156 | 0 | 14 | 52 | 31 | 54 | 46 | 73 |
| Binary | 10111110 | 10101000 | 1101110 | 0 | 1100 | 101010 | 11001 | 101100 | 100110 | 111011 |
Color Harmonies of #BEA86E
Complementary color
Monochromatic Colors of #BEA86E
Black with #BEA86E
Text Example
Text Example
White with #BEA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA86E; }
p { color: rgb(190,168,110); }
H1.HeaderClassName
{
color: #BEA86E;
}
.AnyTagClassName
{
color: #BEA86E;
}
</style>
background-color css
<style>
a { background-color: #BEA86E; }
a { background-color: rgb(190,168,110); }
div.DivClassName
{
background-color: #BEA86E;
}
.BgClassName
{
background-color: #BEA86E;
}
</style>
border-color css
<style>
span { border-color: #BEA86E; }
span { border-color: rgb(190,168,110); }
td.TdClassName
{
border-color: #BEA86E;
}
.TagClassName
{
border-color: #BEA86E;
}
</style>