Shades of Gimblet #BDA960
Tints of Gimblet #BDA960
RGB
CMYK
RGB Variations
Color information
#BDA960 (or 0xBDA960) is known color: Gimblet. HEX triplet: BD, A9 and 60. RGB value is (189,169,96). Sum of RGB (Red+Green+Blue) = 189+169+96=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA960 is #42569F. Grayscale: #A6A6A6. Windows color (decimal): -4347552 or 6334909. OLE color: 6334909.
HSL color Cylindrical-coordinate representation of color #BDA960: hue angle of 47.1º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA960 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 96 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.26 |
| HSL | 47.1º | 0.41% | 0.56% | - |
| HSV(B) | 47.1º | 0.49% | 0.74% | - |
| XYZ | 37.29 | 40.04 | 16.83 | - |
| YUV | 166.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 96 | 0 | 0.11 | 0.49 | 0.26 | 47.1 | 0.41 | 0.56 |
| Hex | BD | A9 | 60 | 0 | B | 31 | 1A | 2F | 29 | 38 |
| Octal | 275 | 251 | 140 | 0 | 13 | 61 | 32 | 57 | 51 | 70 |
| Binary | 10111101 | 10101001 | 1100000 | 0 | 1011 | 110001 | 11010 | 101111 | 101001 | 111000 |
Color Harmonies of #BDA960
Complementary color
Monochromatic Colors of #BDA960
Black with #BDA960
Text Example
Text Example
White with #BDA960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA960; }
p { color: rgb(189,169,96); }
H1.HeaderClassName
{
color: #BDA960;
}
.AnyTagClassName
{
color: #BDA960;
}
</style>
background-color css
<style>
a { background-color: #BDA960; }
a { background-color: rgb(189,169,96); }
div.DivClassName
{
background-color: #BDA960;
}
.BgClassName
{
background-color: #BDA960;
}
</style>
border-color css
<style>
span { border-color: #BDA960; }
span { border-color: rgb(189,169,96); }
td.TdClassName
{
border-color: #BDA960;
}
.TagClassName
{
border-color: #BDA960;
}
</style>