Shades of Gimblet #BDAB6C
Tints of Gimblet #BDAB6C
RGB
CMYK
RGB Variations
Color information
#BDAB6C (or 0xBDAB6C) is known color: Gimblet. HEX triplet: BD, AB and 6C. RGB value is (189,171,108). Sum of RGB (Red+Green+Blue) = 189+171+108=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB6C is #425493. Grayscale: #A9A9A9. Windows color (decimal): -4347028 or 7121853. OLE color: 7121853.
HSL color Cylindrical-coordinate representation of color #BDAB6C: hue angle of 46.67º 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 #BDAB6C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 108 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.26 |
| HSL | 46.67º | 0.38% | 0.58% | - |
| HSV(B) | 46.67º | 0.43% | 0.74% | - |
| XYZ | 38.26 | 41.03 | 20.09 | - |
| YUV | 169.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 108 | 0 | 0.10 | 0.43 | 0.26 | 46.67 | 0.38 | 0.58 |
| Hex | BD | AB | 6C | 0 | A | 2B | 1A | 2F | 26 | 3A |
| Octal | 275 | 253 | 154 | 0 | 12 | 53 | 32 | 57 | 46 | 72 |
| Binary | 10111101 | 10101011 | 1101100 | 0 | 1010 | 101011 | 11010 | 101111 | 100110 | 111010 |
Color Harmonies of #BDAB6C
Complementary color
Monochromatic Colors of #BDAB6C
Black with #BDAB6C
Text Example
Text Example
White with #BDAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB6C; }
p { color: rgb(189,171,108); }
H1.HeaderClassName
{
color: #BDAB6C;
}
.AnyTagClassName
{
color: #BDAB6C;
}
</style>
background-color css
<style>
a { background-color: #BDAB6C; }
a { background-color: rgb(189,171,108); }
div.DivClassName
{
background-color: #BDAB6C;
}
.BgClassName
{
background-color: #BDAB6C;
}
</style>
border-color css
<style>
span { border-color: #BDAB6C; }
span { border-color: rgb(189,171,108); }
td.TdClassName
{
border-color: #BDAB6C;
}
.TagClassName
{
border-color: #BDAB6C;
}
</style>