Shades of Gimblet #BDA963
Tints of Gimblet #BDA963
RGB
CMYK
RGB Variations
Color information
#BDA963 (or 0xBDA963) is known color: Gimblet. HEX triplet: BD, A9 and 63. RGB value is (189,169,99). Sum of RGB (Red+Green+Blue) = 189+169+99=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA963 is #42569C. Grayscale: #A7A7A7. Windows color (decimal): -4347549 or 6531517. OLE color: 6531517.
HSL color Cylindrical-coordinate representation of color #BDA963: hue angle of 46.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDA963 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 99 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.26 |
| HSL | 46.67º | 0.41% | 0.56% | - |
| HSV(B) | 46.67º | 0.48% | 0.74% | - |
| XYZ | 37.43 | 40.1 | 17.57 | - |
| YUV | 167 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 99 | 0 | 0.11 | 0.48 | 0.26 | 46.67 | 0.41 | 0.56 |
| Hex | BD | A9 | 63 | 0 | B | 30 | 1A | 2F | 29 | 38 |
| Octal | 275 | 251 | 143 | 0 | 13 | 60 | 32 | 57 | 51 | 70 |
| Binary | 10111101 | 10101001 | 1100011 | 0 | 1011 | 110000 | 11010 | 101111 | 101001 | 111000 |
Color Harmonies of #BDA963
Complementary color
Monochromatic Colors of #BDA963
Black with #BDA963
Text Example
Text Example
White with #BDA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA963; }
p { color: rgb(189,169,99); }
H1.HeaderClassName
{
color: #BDA963;
}
.AnyTagClassName
{
color: #BDA963;
}
</style>
background-color css
<style>
a { background-color: #BDA963; }
a { background-color: rgb(189,169,99); }
div.DivClassName
{
background-color: #BDA963;
}
.BgClassName
{
background-color: #BDA963;
}
</style>
border-color css
<style>
span { border-color: #BDA963; }
span { border-color: rgb(189,169,99); }
td.TdClassName
{
border-color: #BDA963;
}
.TagClassName
{
border-color: #BDA963;
}
</style>