Shades of Gimblet #BDAB6A
Tints of Gimblet #BDAB6A
RGB
CMYK
RGB Variations
Color information
#BDAB6A (or 0xBDAB6A) is known color: Gimblet. HEX triplet: BD, AB and 6A. RGB value is (189,171,106). Sum of RGB (Red+Green+Blue) = 189+171+106=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB6A is #425495. Grayscale: #A9A9A9. Windows color (decimal): -4347030 or 6990781. OLE color: 6990781.
HSL color Cylindrical-coordinate representation of color #BDAB6A: hue angle of 46.99º 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 #BDAB6A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 106 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.26 |
| HSL | 46.99º | 0.39% | 0.58% | - |
| HSV(B) | 46.99º | 0.44% | 0.74% | - |
| XYZ | 38.15 | 40.99 | 19.54 | - |
| YUV | 168.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 106 | 0 | 0.10 | 0.44 | 0.26 | 46.99 | 0.39 | 0.58 |
| Hex | BD | AB | 6A | 0 | A | 2C | 1A | 2F | 27 | 3A |
| Octal | 275 | 253 | 152 | 0 | 12 | 54 | 32 | 57 | 47 | 72 |
| Binary | 10111101 | 10101011 | 1101010 | 0 | 1010 | 101100 | 11010 | 101111 | 100111 | 111010 |
Color Harmonies of #BDAB6A
Complementary color
Monochromatic Colors of #BDAB6A
Black with #BDAB6A
Text Example
Text Example
White with #BDAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB6A; }
p { color: rgb(189,171,106); }
H1.HeaderClassName
{
color: #BDAB6A;
}
.AnyTagClassName
{
color: #BDAB6A;
}
</style>
background-color css
<style>
a { background-color: #BDAB6A; }
a { background-color: rgb(189,171,106); }
div.DivClassName
{
background-color: #BDAB6A;
}
.BgClassName
{
background-color: #BDAB6A;
}
</style>
border-color css
<style>
span { border-color: #BDAB6A; }
span { border-color: rgb(189,171,106); }
td.TdClassName
{
border-color: #BDAB6A;
}
.TagClassName
{
border-color: #BDAB6A;
}
</style>