Shades of Gimblet #BEAC68
Tints of Gimblet #BEAC68
RGB
CMYK
RGB Variations
Color information
#BEAC68 (or 0xBEAC68) is known color: Gimblet. HEX triplet: BE, AC and 68. RGB value is (190,172,104). Sum of RGB (Red+Green+Blue) = 190+172+104=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC68 is #415397. Grayscale: #A9A9A9. Windows color (decimal): -4281240 or 6859966. OLE color: 6859966.
HSL color Cylindrical-coordinate representation of color #BEAC68: hue angle of 47.44º 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 #BEAC68 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 104 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.25 |
| HSL | 47.44º | 0.4% | 0.58% | - |
| HSV(B) | 47.44º | 0.45% | 0.75% | - |
| XYZ | 38.49 | 41.45 | 19.07 | - |
| YUV | 169.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 104 | 0 | 0.09 | 0.45 | 0.25 | 47.44 | 0.4 | 0.58 |
| Hex | BE | AC | 68 | 0 | 9 | 2D | 19 | 2F | 28 | 3A |
| Octal | 276 | 254 | 150 | 0 | 11 | 55 | 31 | 57 | 50 | 72 |
| Binary | 10111110 | 10101100 | 1101000 | 0 | 1001 | 101101 | 11001 | 101111 | 101000 | 111010 |
Color Harmonies of #BEAC68
Complementary color
Monochromatic Colors of #BEAC68
Black with #BEAC68
Text Example
Text Example
White with #BEAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC68; }
p { color: rgb(190,172,104); }
H1.HeaderClassName
{
color: #BEAC68;
}
.AnyTagClassName
{
color: #BEAC68;
}
</style>
background-color css
<style>
a { background-color: #BEAC68; }
a { background-color: rgb(190,172,104); }
div.DivClassName
{
background-color: #BEAC68;
}
.BgClassName
{
background-color: #BEAC68;
}
</style>
border-color css
<style>
span { border-color: #BEAC68; }
span { border-color: rgb(190,172,104); }
td.TdClassName
{
border-color: #BEAC68;
}
.TagClassName
{
border-color: #BEAC68;
}
</style>