Shades of Gimblet #BDA96D
Tints of Gimblet #BDA96D
RGB
CMYK
RGB Variations
Color information
#BDA96D (or 0xBDA96D) is known color: Gimblet. HEX triplet: BD, A9 and 6D. RGB value is (189,169,109). Sum of RGB (Red+Green+Blue) = 189+169+109=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96D is #425692. Grayscale: #A8A8A8. Windows color (decimal): -4347539 or 7186877. OLE color: 7186877.
HSL color Cylindrical-coordinate representation of color #BDA96D: hue angle of 45º 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 #BDA96D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 109 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.26 |
| HSL | 45º | 0.38% | 0.58% | - |
| HSV(B) | 45º | 0.42% | 0.74% | - |
| XYZ | 37.93 | 40.3 | 20.25 | - |
| YUV | 168.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 109 | 0 | 0.11 | 0.42 | 0.26 | 45 | 0.38 | 0.58 |
| Hex | BD | A9 | 6D | 0 | B | 2A | 1A | 2D | 26 | 3A |
| Octal | 275 | 251 | 155 | 0 | 13 | 52 | 32 | 55 | 46 | 72 |
| Binary | 10111101 | 10101001 | 1101101 | 0 | 1011 | 101010 | 11010 | 101101 | 100110 | 111010 |
Color Harmonies of #BDA96D
Complementary color
Monochromatic Colors of #BDA96D
Black with #BDA96D
Text Example
Text Example
White with #BDA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA96D; }
p { color: rgb(189,169,109); }
H1.HeaderClassName
{
color: #BDA96D;
}
.AnyTagClassName
{
color: #BDA96D;
}
</style>
background-color css
<style>
a { background-color: #BDA96D; }
a { background-color: rgb(189,169,109); }
div.DivClassName
{
background-color: #BDA96D;
}
.BgClassName
{
background-color: #BDA96D;
}
</style>
border-color css
<style>
span { border-color: #BDA96D; }
span { border-color: rgb(189,169,109); }
td.TdClassName
{
border-color: #BDA96D;
}
.TagClassName
{
border-color: #BDA96D;
}
</style>