Shades of Gimblet #BDA96B
Tints of Gimblet #BDA96B
RGB
CMYK
RGB Variations
Color information
#BDA96B (or 0xBDA96B) is known color: Gimblet. HEX triplet: BD, A9 and 6B. RGB value is (189,169,107). Sum of RGB (Red+Green+Blue) = 189+169+107=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96B is #425694. Grayscale: #A8A8A8. Windows color (decimal): -4347541 or 7055805. OLE color: 7055805.
HSL color Cylindrical-coordinate representation of color #BDA96B: hue angle of 45.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDA96B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 107 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.26 |
| HSL | 45.37º | 0.38% | 0.58% | - |
| HSV(B) | 45.37º | 0.43% | 0.74% | - |
| XYZ | 37.83 | 40.26 | 19.69 | - |
| YUV | 167.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 107 | 0 | 0.11 | 0.43 | 0.26 | 45.37 | 0.38 | 0.58 |
| Hex | BD | A9 | 6B | 0 | B | 2B | 1A | 2D | 26 | 3A |
| Octal | 275 | 251 | 153 | 0 | 13 | 53 | 32 | 55 | 46 | 72 |
| Binary | 10111101 | 10101001 | 1101011 | 0 | 1011 | 101011 | 11010 | 101101 | 100110 | 111010 |
Color Harmonies of #BDA96B
Complementary color
Monochromatic Colors of #BDA96B
Black with #BDA96B
Text Example
Text Example
White with #BDA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA96B; }
p { color: rgb(189,169,107); }
H1.HeaderClassName
{
color: #BDA96B;
}
.AnyTagClassName
{
color: #BDA96B;
}
</style>
background-color css
<style>
a { background-color: #BDA96B; }
a { background-color: rgb(189,169,107); }
div.DivClassName
{
background-color: #BDA96B;
}
.BgClassName
{
background-color: #BDA96B;
}
</style>
border-color css
<style>
span { border-color: #BDA96B; }
span { border-color: rgb(189,169,107); }
td.TdClassName
{
border-color: #BDA96B;
}
.TagClassName
{
border-color: #BDA96B;
}
</style>