Shades of Gimblet #BDAE5D
Tints of Gimblet #BDAE5D
RGB
CMYK
RGB Variations
Color information
#BDAE5D (or 0xBDAE5D) is known color: Gimblet. HEX triplet: BD, AE and 5D. RGB value is (189,174,93). Sum of RGB (Red+Green+Blue) = 189+174+93=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE5D is #4251A2. Grayscale: #A9A9A9. Windows color (decimal): -4346275 or 6139581. OLE color: 6139581.
HSL color Cylindrical-coordinate representation of color #BDAE5D: hue angle of 50.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDAE5D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 93 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.26 |
| HSL | 50.63º | 0.42% | 0.55% | - |
| HSV(B) | 50.63º | 0.51% | 0.74% | - |
| XYZ | 38.1 | 41.88 | 16.43 | - |
| YUV | 169.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 93 | 0 | 0.08 | 0.51 | 0.26 | 50.63 | 0.42 | 0.55 |
| Hex | BD | AE | 5D | 0 | 8 | 33 | 1A | 33 | 2A | 37 |
| Octal | 275 | 256 | 135 | 0 | 10 | 63 | 32 | 63 | 52 | 67 |
| Binary | 10111101 | 10101110 | 1011101 | 0 | 1000 | 110011 | 11010 | 110011 | 101010 | 110111 |
Color Harmonies of #BDAE5D
Complementary color
Monochromatic Colors of #BDAE5D
Black with #BDAE5D
Text Example
Text Example
White with #BDAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE5D; }
p { color: rgb(189,174,93); }
H1.HeaderClassName
{
color: #BDAE5D;
}
.AnyTagClassName
{
color: #BDAE5D;
}
</style>
background-color css
<style>
a { background-color: #BDAE5D; }
a { background-color: rgb(189,174,93); }
div.DivClassName
{
background-color: #BDAE5D;
}
.BgClassName
{
background-color: #BDAE5D;
}
</style>
border-color css
<style>
span { border-color: #BDAE5D; }
span { border-color: rgb(189,174,93); }
td.TdClassName
{
border-color: #BDAE5D;
}
.TagClassName
{
border-color: #BDAE5D;
}
</style>