Shades of Gimblet #BDAB6D
Tints of Gimblet #BDAB6D
RGB
CMYK
RGB Variations
Color information
#BDAB6D (or 0xBDAB6D) is known color: Gimblet. HEX triplet: BD, AB and 6D. RGB value is (189,171,109). Sum of RGB (Red+Green+Blue) = 189+171+109=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB6D is #425492. Grayscale: #A9A9A9. Windows color (decimal): -4347027 or 7187389. OLE color: 7187389.
HSL color Cylindrical-coordinate representation of color #BDAB6D: hue angle of 46.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDAB6D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 109 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.26 |
| HSL | 46.5º | 0.38% | 0.58% | - |
| HSV(B) | 46.5º | 0.42% | 0.74% | - |
| XYZ | 38.31 | 41.05 | 20.37 | - |
| YUV | 169.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 109 | 0 | 0.10 | 0.42 | 0.26 | 46.5 | 0.38 | 0.58 |
| Hex | BD | AB | 6D | 0 | A | 2A | 1A | 2E | 26 | 3A |
| Octal | 275 | 253 | 155 | 0 | 12 | 52 | 32 | 56 | 46 | 72 |
| Binary | 10111101 | 10101011 | 1101101 | 0 | 1010 | 101010 | 11010 | 101110 | 100110 | 111010 |
Color Harmonies of #BDAB6D
Complementary color
Monochromatic Colors of #BDAB6D
Black with #BDAB6D
Text Example
Text Example
White with #BDAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB6D; }
p { color: rgb(189,171,109); }
H1.HeaderClassName
{
color: #BDAB6D;
}
.AnyTagClassName
{
color: #BDAB6D;
}
</style>
background-color css
<style>
a { background-color: #BDAB6D; }
a { background-color: rgb(189,171,109); }
div.DivClassName
{
background-color: #BDAB6D;
}
.BgClassName
{
background-color: #BDAB6D;
}
</style>
border-color css
<style>
span { border-color: #BDAB6D; }
span { border-color: rgb(189,171,109); }
td.TdClassName
{
border-color: #BDAB6D;
}
.TagClassName
{
border-color: #BDAB6D;
}
</style>