Shades of Gimblet #BEAA6B
Tints of Gimblet #BEAA6B
RGB
CMYK
RGB Variations
Color information
#BEAA6B (or 0xBEAA6B) is known color: Gimblet. HEX triplet: BE, AA and 6B. RGB value is (190,170,107). Sum of RGB (Red+Green+Blue) = 190+170+107=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA6B is #415594. Grayscale: #A9A9A9. Windows color (decimal): -4281749 or 7056062. OLE color: 7056062.
HSL color Cylindrical-coordinate representation of color #BEAA6B: hue angle of 45.54º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEAA6B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 107 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.25 |
| HSL | 45.54º | 0.39% | 0.58% | - |
| HSV(B) | 45.54º | 0.44% | 0.75% | - |
| XYZ | 38.26 | 40.76 | 19.76 | - |
| YUV | 168.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 107 | 0 | 0.11 | 0.44 | 0.25 | 45.54 | 0.39 | 0.58 |
| Hex | BE | AA | 6B | 0 | B | 2C | 19 | 2E | 27 | 3A |
| Octal | 276 | 252 | 153 | 0 | 13 | 54 | 31 | 56 | 47 | 72 |
| Binary | 10111110 | 10101010 | 1101011 | 0 | 1011 | 101100 | 11001 | 101110 | 100111 | 111010 |
Color Harmonies of #BEAA6B
Complementary color
Monochromatic Colors of #BEAA6B
Black with #BEAA6B
Text Example
Text Example
White with #BEAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA6B; }
p { color: rgb(190,170,107); }
H1.HeaderClassName
{
color: #BEAA6B;
}
.AnyTagClassName
{
color: #BEAA6B;
}
</style>
background-color css
<style>
a { background-color: #BEAA6B; }
a { background-color: rgb(190,170,107); }
div.DivClassName
{
background-color: #BEAA6B;
}
.BgClassName
{
background-color: #BEAA6B;
}
</style>
border-color css
<style>
span { border-color: #BEAA6B; }
span { border-color: rgb(190,170,107); }
td.TdClassName
{
border-color: #BEAA6B;
}
.TagClassName
{
border-color: #BEAA6B;
}
</style>