Shades of Gimblet #BDA968
Tints of Gimblet #BDA968
RGB
CMYK
RGB Variations
Color information
#BDA968 (or 0xBDA968) is known color: Gimblet. HEX triplet: BD, A9 and 68. RGB value is (189,169,104). Sum of RGB (Red+Green+Blue) = 189+169+104=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA968 is #425697. Grayscale: #A7A7A7. Windows color (decimal): -4347544 or 6859197. OLE color: 6859197.
HSL color Cylindrical-coordinate representation of color #BDA968: hue angle of 45.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDA968 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 104 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.26 |
| HSL | 45.88º | 0.39% | 0.57% | - |
| HSV(B) | 45.88º | 0.45% | 0.74% | - |
| XYZ | 37.67 | 40.19 | 18.87 | - |
| YUV | 167.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 104 | 0 | 0.11 | 0.45 | 0.26 | 45.88 | 0.39 | 0.57 |
| Hex | BD | A9 | 68 | 0 | B | 2D | 1A | 2E | 27 | 39 |
| Octal | 275 | 251 | 150 | 0 | 13 | 55 | 32 | 56 | 47 | 71 |
| Binary | 10111101 | 10101001 | 1101000 | 0 | 1011 | 101101 | 11010 | 101110 | 100111 | 111001 |
Color Harmonies of #BDA968
Complementary color
Monochromatic Colors of #BDA968
Black with #BDA968
Text Example
Text Example
White with #BDA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA968; }
p { color: rgb(189,169,104); }
H1.HeaderClassName
{
color: #BDA968;
}
.AnyTagClassName
{
color: #BDA968;
}
</style>
background-color css
<style>
a { background-color: #BDA968; }
a { background-color: rgb(189,169,104); }
div.DivClassName
{
background-color: #BDA968;
}
.BgClassName
{
background-color: #BDA968;
}
</style>
border-color css
<style>
span { border-color: #BDA968; }
span { border-color: rgb(189,169,104); }
td.TdClassName
{
border-color: #BDA968;
}
.TagClassName
{
border-color: #BDA968;
}
</style>