Shades of Gimblet #BDAB70
Tints of Gimblet #BDAB70
RGB
CMYK
RGB Variations
Color information
#BDAB70 (or 0xBDAB70) is known color: Gimblet. HEX triplet: BD, AB and 70. RGB value is (189,171,112). Sum of RGB (Red+Green+Blue) = 189+171+112=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB70 is #42548F. Grayscale: #A9A9A9. Windows color (decimal): -4347024 or 7383997. OLE color: 7383997.
HSL color Cylindrical-coordinate representation of color #BDAB70: hue angle of 45.97º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDAB70 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 112 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.26 |
| HSL | 45.97º | 0.37% | 0.59% | - |
| HSV(B) | 45.97º | 0.41% | 0.74% | - |
| XYZ | 38.47 | 41.11 | 21.24 | - |
| YUV | 169.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 112 | 0 | 0.10 | 0.41 | 0.26 | 45.97 | 0.37 | 0.59 |
| Hex | BD | AB | 70 | 0 | A | 29 | 1A | 2E | 25 | 3B |
| Octal | 275 | 253 | 160 | 0 | 12 | 51 | 32 | 56 | 45 | 73 |
| Binary | 10111101 | 10101011 | 1110000 | 0 | 1010 | 101001 | 11010 | 101110 | 100101 | 111011 |
Color Harmonies of #BDAB70
Complementary color
Monochromatic Colors of #BDAB70
Black with #BDAB70
Text Example
Text Example
White with #BDAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB70; }
p { color: rgb(189,171,112); }
H1.HeaderClassName
{
color: #BDAB70;
}
.AnyTagClassName
{
color: #BDAB70;
}
</style>
background-color css
<style>
a { background-color: #BDAB70; }
a { background-color: rgb(189,171,112); }
div.DivClassName
{
background-color: #BDAB70;
}
.BgClassName
{
background-color: #BDAB70;
}
</style>
border-color css
<style>
span { border-color: #BDAB70; }
span { border-color: rgb(189,171,112); }
td.TdClassName
{
border-color: #BDAB70;
}
.TagClassName
{
border-color: #BDAB70;
}
</style>