Shades of Gimblet #BDA86C
Tints of Gimblet #BDA86C
RGB
CMYK
RGB Variations
Color information
#BDA86C (or 0xBDA86C) is known color: Gimblet. HEX triplet: BD, A8 and 6C. RGB value is (189,168,108). Sum of RGB (Red+Green+Blue) = 189+168+108=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA86C is #425793. Grayscale: #A7A7A7. Windows color (decimal): -4347796 or 7121085. OLE color: 7121085.
HSL color Cylindrical-coordinate representation of color #BDA86C: hue angle of 44.44º 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 #BDA86C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 108 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.26 |
| HSL | 44.44º | 0.38% | 0.58% | - |
| HSV(B) | 44.44º | 0.43% | 0.74% | - |
| XYZ | 37.7 | 39.91 | 19.9 | - |
| YUV | 167.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 108 | 0 | 0.11 | 0.43 | 0.26 | 44.44 | 0.38 | 0.58 |
| Hex | BD | A8 | 6C | 0 | B | 2B | 1A | 2C | 26 | 3A |
| Octal | 275 | 250 | 154 | 0 | 13 | 53 | 32 | 54 | 46 | 72 |
| Binary | 10111101 | 10101000 | 1101100 | 0 | 1011 | 101011 | 11010 | 101100 | 100110 | 111010 |
Color Harmonies of #BDA86C
Complementary color
Monochromatic Colors of #BDA86C
Black with #BDA86C
Text Example
Text Example
White with #BDA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA86C; }
p { color: rgb(189,168,108); }
H1.HeaderClassName
{
color: #BDA86C;
}
.AnyTagClassName
{
color: #BDA86C;
}
</style>
background-color css
<style>
a { background-color: #BDA86C; }
a { background-color: rgb(189,168,108); }
div.DivClassName
{
background-color: #BDA86C;
}
.BgClassName
{
background-color: #BDA86C;
}
</style>
border-color css
<style>
span { border-color: #BDA86C; }
span { border-color: rgb(189,168,108); }
td.TdClassName
{
border-color: #BDA86C;
}
.TagClassName
{
border-color: #BDA86C;
}
</style>