Shades of Gimblet #BDA861
Tints of Gimblet #BDA861
RGB
CMYK
RGB Variations
Color information
#BDA861 (or 0xBDA861) is known color: Gimblet. HEX triplet: BD, A8 and 61. RGB value is (189,168,97). Sum of RGB (Red+Green+Blue) = 189+168+97=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA861 is #42579E. Grayscale: #A6A6A6. Windows color (decimal): -4347807 or 6400189. OLE color: 6400189.
HSL color Cylindrical-coordinate representation of color #BDA861: hue angle of 46.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA861 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 97 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.26 |
| HSL | 46.3º | 0.41% | 0.56% | - |
| HSV(B) | 46.3º | 0.49% | 0.74% | - |
| XYZ | 37.15 | 39.69 | 17.01 | - |
| YUV | 166.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 97 | 0 | 0.11 | 0.49 | 0.26 | 46.3 | 0.41 | 0.56 |
| Hex | BD | A8 | 61 | 0 | B | 31 | 1A | 2E | 29 | 38 |
| Octal | 275 | 250 | 141 | 0 | 13 | 61 | 32 | 56 | 51 | 70 |
| Binary | 10111101 | 10101000 | 1100001 | 0 | 1011 | 110001 | 11010 | 101110 | 101001 | 111000 |
Color Harmonies of #BDA861
Complementary color
Monochromatic Colors of #BDA861
Black with #BDA861
Text Example
Text Example
White with #BDA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA861; }
p { color: rgb(189,168,97); }
H1.HeaderClassName
{
color: #BDA861;
}
.AnyTagClassName
{
color: #BDA861;
}
</style>
background-color css
<style>
a { background-color: #BDA861; }
a { background-color: rgb(189,168,97); }
div.DivClassName
{
background-color: #BDA861;
}
.BgClassName
{
background-color: #BDA861;
}
</style>
border-color css
<style>
span { border-color: #BDA861; }
span { border-color: rgb(189,168,97); }
td.TdClassName
{
border-color: #BDA861;
}
.TagClassName
{
border-color: #BDA861;
}
</style>