Shades of Gimblet #BEAB68
Tints of Gimblet #BEAB68
RGB
CMYK
RGB Variations
Color information
#BEAB68 (or 0xBEAB68) is known color: Gimblet. HEX triplet: BE, AB and 68. RGB value is (190,171,104). Sum of RGB (Red+Green+Blue) = 190+171+104=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB68 is #415497. Grayscale: #A9A9A9. Windows color (decimal): -4281496 or 6859710. OLE color: 6859710.
HSL color Cylindrical-coordinate representation of color #BEAB68: hue angle of 46.74º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEAB68 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 104 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.25 |
| HSL | 46.74º | 0.4% | 0.58% | - |
| HSV(B) | 46.74º | 0.45% | 0.75% | - |
| XYZ | 38.3 | 41.07 | 19.01 | - |
| YUV | 169.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 104 | 0 | 0.10 | 0.45 | 0.25 | 46.74 | 0.4 | 0.58 |
| Hex | BE | AB | 68 | 0 | A | 2D | 19 | 2F | 28 | 3A |
| Octal | 276 | 253 | 150 | 0 | 12 | 55 | 31 | 57 | 50 | 72 |
| Binary | 10111110 | 10101011 | 1101000 | 0 | 1010 | 101101 | 11001 | 101111 | 101000 | 111010 |
Color Harmonies of #BEAB68
Complementary color
Monochromatic Colors of #BEAB68
Black with #BEAB68
Text Example
Text Example
White with #BEAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB68; }
p { color: rgb(190,171,104); }
H1.HeaderClassName
{
color: #BEAB68;
}
.AnyTagClassName
{
color: #BEAB68;
}
</style>
background-color css
<style>
a { background-color: #BEAB68; }
a { background-color: rgb(190,171,104); }
div.DivClassName
{
background-color: #BEAB68;
}
.BgClassName
{
background-color: #BEAB68;
}
</style>
border-color css
<style>
span { border-color: #BEAB68; }
span { border-color: rgb(190,171,104); }
td.TdClassName
{
border-color: #BEAB68;
}
.TagClassName
{
border-color: #BEAB68;
}
</style>