Shades of Gimblet #BDAD5E
Tints of Gimblet #BDAD5E
RGB
CMYK
RGB Variations
Color information
#BDAD5E (or 0xBDAD5E) is known color: Gimblet. HEX triplet: BD, AD and 5E. RGB value is (189,173,94). Sum of RGB (Red+Green+Blue) = 189+173+94=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD5E is #4252A1. Grayscale: #A9A9A9. Windows color (decimal): -4346530 or 6204861. OLE color: 6204861.
HSL color Cylindrical-coordinate representation of color #BDAD5E: hue angle of 49.89º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDAD5E is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 94 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.26 |
| HSL | 49.89º | 0.42% | 0.55% | - |
| HSV(B) | 49.89º | 0.5% | 0.74% | - |
| XYZ | 37.95 | 41.51 | 16.6 | - |
| YUV | 168.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 94 | 0 | 0.08 | 0.50 | 0.26 | 49.89 | 0.42 | 0.55 |
| Hex | BD | AD | 5E | 0 | 8 | 32 | 1A | 32 | 2A | 37 |
| Octal | 275 | 255 | 136 | 0 | 10 | 62 | 32 | 62 | 52 | 67 |
| Binary | 10111101 | 10101101 | 1011110 | 0 | 1000 | 110010 | 11010 | 110010 | 101010 | 110111 |
Color Harmonies of #BDAD5E
Complementary color
Monochromatic Colors of #BDAD5E
Black with #BDAD5E
Text Example
Text Example
White with #BDAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD5E; }
p { color: rgb(189,173,94); }
H1.HeaderClassName
{
color: #BDAD5E;
}
.AnyTagClassName
{
color: #BDAD5E;
}
</style>
background-color css
<style>
a { background-color: #BDAD5E; }
a { background-color: rgb(189,173,94); }
div.DivClassName
{
background-color: #BDAD5E;
}
.BgClassName
{
background-color: #BDAD5E;
}
</style>
border-color css
<style>
span { border-color: #BDAD5E; }
span { border-color: rgb(189,173,94); }
td.TdClassName
{
border-color: #BDAD5E;
}
.TagClassName
{
border-color: #BDAD5E;
}
</style>