Shades of Gimblet #BDA969
Tints of Gimblet #BDA969
RGB
CMYK
RGB Variations
Color information
#BDA969 (or 0xBDA969) is known color: Gimblet. HEX triplet: BD, A9 and 69. RGB value is (189,169,105). Sum of RGB (Red+Green+Blue) = 189+169+105=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA969 is #425696. Grayscale: #A7A7A7. Windows color (decimal): -4347543 or 6924733. OLE color: 6924733.
HSL color Cylindrical-coordinate representation of color #BDA969: hue angle of 45.71º 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 #BDA969 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 105 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.26 |
| HSL | 45.71º | 0.39% | 0.58% | - |
| HSV(B) | 45.71º | 0.44% | 0.74% | - |
| XYZ | 37.72 | 40.21 | 19.14 | - |
| YUV | 167.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 105 | 0 | 0.11 | 0.44 | 0.26 | 45.71 | 0.39 | 0.58 |
| Hex | BD | A9 | 69 | 0 | B | 2C | 1A | 2E | 27 | 3A |
| Octal | 275 | 251 | 151 | 0 | 13 | 54 | 32 | 56 | 47 | 72 |
| Binary | 10111101 | 10101001 | 1101001 | 0 | 1011 | 101100 | 11010 | 101110 | 100111 | 111010 |
Color Harmonies of #BDA969
Complementary color
Monochromatic Colors of #BDA969
Black with #BDA969
Text Example
Text Example
White with #BDA969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA969; }
p { color: rgb(189,169,105); }
H1.HeaderClassName
{
color: #BDA969;
}
.AnyTagClassName
{
color: #BDA969;
}
</style>
background-color css
<style>
a { background-color: #BDA969; }
a { background-color: rgb(189,169,105); }
div.DivClassName
{
background-color: #BDA969;
}
.BgClassName
{
background-color: #BDA969;
}
</style>
border-color css
<style>
span { border-color: #BDA969; }
span { border-color: rgb(189,169,105); }
td.TdClassName
{
border-color: #BDA969;
}
.TagClassName
{
border-color: #BDA969;
}
</style>