Shades of Gimblet #BDA96A
Tints of Gimblet #BDA96A
RGB
CMYK
RGB Variations
Color information
#BDA96A (or 0xBDA96A) is known color: Gimblet. HEX triplet: BD, A9 and 6A. RGB value is (189,169,106). Sum of RGB (Red+Green+Blue) = 189+169+106=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96A is #425695. Grayscale: #A8A8A8. Windows color (decimal): -4347542 or 6990269. OLE color: 6990269.
HSL color Cylindrical-coordinate representation of color #BDA96A: hue angle of 45.54º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDA96A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 106 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.26 |
| HSL | 45.54º | 0.39% | 0.58% | - |
| HSV(B) | 45.54º | 0.44% | 0.74% | - |
| XYZ | 37.78 | 40.24 | 19.41 | - |
| YUV | 167.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 106 | 0 | 0.11 | 0.44 | 0.26 | 45.54 | 0.39 | 0.58 |
| Hex | BD | A9 | 6A | 0 | B | 2C | 1A | 2E | 27 | 3A |
| Octal | 275 | 251 | 152 | 0 | 13 | 54 | 32 | 56 | 47 | 72 |
| Binary | 10111101 | 10101001 | 1101010 | 0 | 1011 | 101100 | 11010 | 101110 | 100111 | 111010 |
Color Harmonies of #BDA96A
Complementary color
Monochromatic Colors of #BDA96A
Black with #BDA96A
Text Example
Text Example
White with #BDA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA96A; }
p { color: rgb(189,169,106); }
H1.HeaderClassName
{
color: #BDA96A;
}
.AnyTagClassName
{
color: #BDA96A;
}
</style>
background-color css
<style>
a { background-color: #BDA96A; }
a { background-color: rgb(189,169,106); }
div.DivClassName
{
background-color: #BDA96A;
}
.BgClassName
{
background-color: #BDA96A;
}
</style>
border-color css
<style>
span { border-color: #BDA96A; }
span { border-color: rgb(189,169,106); }
td.TdClassName
{
border-color: #BDA96A;
}
.TagClassName
{
border-color: #BDA96A;
}
</style>