Shades of Gimblet #BEAB6D
Tints of Gimblet #BEAB6D
RGB
CMYK
RGB Variations
Color information
#BEAB6D (or 0xBEAB6D) is known color: Gimblet. HEX triplet: BE, AB and 6D. RGB value is (190,171,109). Sum of RGB (Red+Green+Blue) = 190+171+109=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB6D is #415492. Grayscale: #A9A9A9. Windows color (decimal): -4281491 or 7187390. OLE color: 7187390.
HSL color Cylindrical-coordinate representation of color #BEAB6D: hue angle of 45.93º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEAB6D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 109 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.25 |
| HSL | 45.93º | 0.38% | 0.59% | - |
| HSV(B) | 45.93º | 0.43% | 0.75% | - |
| XYZ | 38.56 | 41.18 | 20.38 | - |
| YUV | 169.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 109 | 0 | 0.10 | 0.43 | 0.25 | 45.93 | 0.38 | 0.59 |
| Hex | BE | AB | 6D | 0 | A | 2B | 19 | 2E | 26 | 3B |
| Octal | 276 | 253 | 155 | 0 | 12 | 53 | 31 | 56 | 46 | 73 |
| Binary | 10111110 | 10101011 | 1101101 | 0 | 1010 | 101011 | 11001 | 101110 | 100110 | 111011 |
Color Harmonies of #BEAB6D
Complementary color
Monochromatic Colors of #BEAB6D
Black with #BEAB6D
Text Example
Text Example
White with #BEAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB6D; }
p { color: rgb(190,171,109); }
H1.HeaderClassName
{
color: #BEAB6D;
}
.AnyTagClassName
{
color: #BEAB6D;
}
</style>
background-color css
<style>
a { background-color: #BEAB6D; }
a { background-color: rgb(190,171,109); }
div.DivClassName
{
background-color: #BEAB6D;
}
.BgClassName
{
background-color: #BEAB6D;
}
</style>
border-color css
<style>
span { border-color: #BEAB6D; }
span { border-color: rgb(190,171,109); }
td.TdClassName
{
border-color: #BEAB6D;
}
.TagClassName
{
border-color: #BEAB6D;
}
</style>