Shades of Gimblet #BEAA65
Tints of Gimblet #BEAA65
RGB
CMYK
RGB Variations
Color information
#BEAA65 (or 0xBEAA65) is known color: Gimblet. HEX triplet: BE, AA and 65. RGB value is (190,170,101). Sum of RGB (Red+Green+Blue) = 190+170+101=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA65 is #41559A. Grayscale: #A8A8A8. Windows color (decimal): -4281755 or 6662846. OLE color: 6662846.
HSL color Cylindrical-coordinate representation of color #BEAA65: hue angle of 46.52º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEAA65 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 101 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.25 |
| HSL | 46.52º | 0.41% | 0.57% | - |
| HSV(B) | 46.52º | 0.47% | 0.75% | - |
| XYZ | 37.96 | 40.64 | 18.15 | - |
| YUV | 168.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 101 | 0 | 0.11 | 0.47 | 0.25 | 46.52 | 0.41 | 0.57 |
| Hex | BE | AA | 65 | 0 | B | 2F | 19 | 2F | 29 | 39 |
| Octal | 276 | 252 | 145 | 0 | 13 | 57 | 31 | 57 | 51 | 71 |
| Binary | 10111110 | 10101010 | 1100101 | 0 | 1011 | 101111 | 11001 | 101111 | 101001 | 111001 |
Color Harmonies of #BEAA65
Complementary color
Monochromatic Colors of #BEAA65
Black with #BEAA65
Text Example
Text Example
White with #BEAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA65; }
p { color: rgb(190,170,101); }
H1.HeaderClassName
{
color: #BEAA65;
}
.AnyTagClassName
{
color: #BEAA65;
}
</style>
background-color css
<style>
a { background-color: #BEAA65; }
a { background-color: rgb(190,170,101); }
div.DivClassName
{
background-color: #BEAA65;
}
.BgClassName
{
background-color: #BEAA65;
}
</style>
border-color css
<style>
span { border-color: #BEAA65; }
span { border-color: rgb(190,170,101); }
td.TdClassName
{
border-color: #BEAA65;
}
.TagClassName
{
border-color: #BEAA65;
}
</style>