Shades of Gimblet #BDA959
Tints of Gimblet #BDA959
RGB
CMYK
RGB Variations
Color information
#BDA959 (or 0xBDA959) is known color: Gimblet. HEX triplet: BD, A9 and 59. RGB value is (189,169,89). Sum of RGB (Red+Green+Blue) = 189+169+89=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA959 is #4256A6. Grayscale: #A6A6A6. Windows color (decimal): -4347559 or 5876157. OLE color: 5876157.
HSL color Cylindrical-coordinate representation of color #BDA959: hue angle of 48º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDA959 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 89 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.26 |
| HSL | 48º | 0.43% | 0.55% | - |
| HSV(B) | 48º | 0.53% | 0.74% | - |
| XYZ | 36.98 | 39.92 | 15.21 | - |
| YUV | 165.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 89 | 0 | 0.11 | 0.53 | 0.26 | 48 | 0.43 | 0.55 |
| Hex | BD | A9 | 59 | 0 | B | 35 | 1A | 30 | 2B | 37 |
| Octal | 275 | 251 | 131 | 0 | 13 | 65 | 32 | 60 | 53 | 67 |
| Binary | 10111101 | 10101001 | 1011001 | 0 | 1011 | 110101 | 11010 | 110000 | 101011 | 110111 |
Color Harmonies of #BDA959
Complementary color
Monochromatic Colors of #BDA959
Black with #BDA959
Text Example
Text Example
White with #BDA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA959; }
p { color: rgb(189,169,89); }
H1.HeaderClassName
{
color: #BDA959;
}
.AnyTagClassName
{
color: #BDA959;
}
</style>
background-color css
<style>
a { background-color: #BDA959; }
a { background-color: rgb(189,169,89); }
div.DivClassName
{
background-color: #BDA959;
}
.BgClassName
{
background-color: #BDA959;
}
</style>
border-color css
<style>
span { border-color: #BDA959; }
span { border-color: rgb(189,169,89); }
td.TdClassName
{
border-color: #BDA959;
}
.TagClassName
{
border-color: #BDA959;
}
</style>