Shades of Putty #BEA76F
Tints of Putty #BEA76F
RGB
CMYK
RGB Variations
Color information
#BEA76F (or 0xBEA76F) is known color: Putty. HEX triplet: BE, A7 and 6F. RGB value is (190,167,111). Sum of RGB (Red+Green+Blue) = 190+167+111=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA76F is #415890. Grayscale: #A7A7A7. Windows color (decimal): -4282513 or 7317438. OLE color: 7317438.
HSL color Cylindrical-coordinate representation of color #BEA76F: hue angle of 42.53º 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 #BEA76F is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 111 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.25 |
| HSL | 42.53º | 0.38% | 0.59% | - |
| HSV(B) | 42.53º | 0.42% | 0.75% | - |
| XYZ | 37.92 | 39.73 | 20.71 | - |
| YUV | 167.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 111 | 0 | 0.12 | 0.42 | 0.25 | 42.53 | 0.38 | 0.59 |
| Hex | BE | A7 | 6F | 0 | C | 2A | 19 | 2B | 26 | 3B |
| Octal | 276 | 247 | 157 | 0 | 14 | 52 | 31 | 53 | 46 | 73 |
| Binary | 10111110 | 10100111 | 1101111 | 0 | 1100 | 101010 | 11001 | 101011 | 100110 | 111011 |
Color Harmonies of #BEA76F
Complementary color
Monochromatic Colors of #BEA76F
Black with #BEA76F
Text Example
Text Example
White with #BEA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA76F; }
p { color: rgb(190,167,111); }
H1.HeaderClassName
{
color: #BEA76F;
}
.AnyTagClassName
{
color: #BEA76F;
}
</style>
background-color css
<style>
a { background-color: #BEA76F; }
a { background-color: rgb(190,167,111); }
div.DivClassName
{
background-color: #BEA76F;
}
.BgClassName
{
background-color: #BEA76F;
}
</style>
border-color css
<style>
span { border-color: #BEA76F; }
span { border-color: rgb(190,167,111); }
td.TdClassName
{
border-color: #BEA76F;
}
.TagClassName
{
border-color: #BEA76F;
}
</style>