Shades of Gimblet #BDAA5E
Tints of Gimblet #BDAA5E
RGB
CMYK
RGB Variations
Color information
#BDAA5E (or 0xBDAA5E) is known color: Gimblet. HEX triplet: BD, AA and 5E. RGB value is (189,170,94). Sum of RGB (Red+Green+Blue) = 189+170+94=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA5E is #4255A1. Grayscale: #A7A7A7. Windows color (decimal): -4347298 or 6204093. OLE color: 6204093.
HSL color Cylindrical-coordinate representation of color #BDAA5E: hue angle of 48º 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 #BDAA5E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 170 | 94 | - |
CMYK | 0 | 0.10 | 0.50 | 0.26 |
HSL | 48º | 0.42% | 0.55% | - |
HSV(B) | 48º | 0.5% | 0.74% | - |
XYZ | 37.38 | 40.38 | 16.41 | - |
YUV | 167.02 | 86.79 | 143.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 170 | 94 | 0 | 0.10 | 0.50 | 0.26 | 48 | 0.42 | 0.55 |
Hex | BD | AA | 5E | 0 | A | 32 | 1A | 30 | 2A | 37 |
Octal | 275 | 252 | 136 | 0 | 12 | 62 | 32 | 60 | 52 | 67 |
Binary | 10111101 | 10101010 | 1011110 | 0 | 1010 | 110010 | 11010 | 110000 | 101010 | 110111 |
Color Harmonies of #BDAA5E
Complementary color
Monochromatic Colors of #BDAA5E
Black with #BDAA5E
Text Example
Text Example
White with #BDAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA5E; }
p { color: rgb(189,170,94); }
H1.HeaderClassName
{
color: #BDAA5E;
}
.AnyTagClassName
{
color: #BDAA5E;
}
</style>
background-color css
<style>
a { background-color: #BDAA5E; }
a { background-color: rgb(189,170,94); }
div.DivClassName
{
background-color: #BDAA5E;
}
.BgClassName
{
background-color: #BDAA5E;
}
</style>
border-color css
<style>
span { border-color: #BDAA5E; }
span { border-color: rgb(189,170,94); }
td.TdClassName
{
border-color: #BDAA5E;
}
.TagClassName
{
border-color: #BDAA5E;
}
</style>