Shades of Putty #BEA66F
Tints of Putty #BEA66F
RGB
CMYK
RGB Variations
Color information
#BEA66F (or 0xBEA66F) is known color: Putty. HEX triplet: BE, A6 and 6F. RGB value is (190,166,111). Sum of RGB (Red+Green+Blue) = 190+166+111=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA66F is #415990. Grayscale: #A7A7A7. Windows color (decimal): -4282769 or 7317182. OLE color: 7317182.
HSL color Cylindrical-coordinate representation of color #BEA66F: hue angle of 41.77º 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 #BEA66F is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 111 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.25 |
| HSL | 41.77º | 0.38% | 0.59% | - |
| HSV(B) | 41.77º | 0.42% | 0.75% | - |
| XYZ | 37.74 | 39.37 | 20.65 | - |
| YUV | 166.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 111 | 0 | 0.13 | 0.42 | 0.25 | 41.77 | 0.38 | 0.59 |
| Hex | BE | A6 | 6F | 0 | D | 2A | 19 | 2A | 26 | 3B |
| Octal | 276 | 246 | 157 | 0 | 15 | 52 | 31 | 52 | 46 | 73 |
| Binary | 10111110 | 10100110 | 1101111 | 0 | 1101 | 101010 | 11001 | 101010 | 100110 | 111011 |
Color Harmonies of #BEA66F
Complementary color
Monochromatic Colors of #BEA66F
Black with #BEA66F
Text Example
Text Example
White with #BEA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA66F; }
p { color: rgb(190,166,111); }
H1.HeaderClassName
{
color: #BEA66F;
}
.AnyTagClassName
{
color: #BEA66F;
}
</style>
background-color css
<style>
a { background-color: #BEA66F; }
a { background-color: rgb(190,166,111); }
div.DivClassName
{
background-color: #BEA66F;
}
.BgClassName
{
background-color: #BEA66F;
}
</style>
border-color css
<style>
span { border-color: #BEA66F; }
span { border-color: rgb(190,166,111); }
td.TdClassName
{
border-color: #BEA66F;
}
.TagClassName
{
border-color: #BEA66F;
}
</style>