Shades of Gimblet #BDAA6B
Tints of Gimblet #BDAA6B
RGB
CMYK
RGB Variations
Color information
#BDAA6B (or 0xBDAA6B) is known color: Gimblet. HEX triplet: BD, AA and 6B. RGB value is (189,170,107). Sum of RGB (Red+Green+Blue) = 189+170+107=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA6B is #425594. Grayscale: #A8A8A8. Windows color (decimal): -4347285 or 7056061. OLE color: 7056061.
HSL color Cylindrical-coordinate representation of color #BDAA6B: hue angle of 46.1º 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 #BDAA6B is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 107 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.26 |
| HSL | 46.1º | 0.38% | 0.58% | - |
| HSV(B) | 46.1º | 0.43% | 0.74% | - |
| XYZ | 38.01 | 40.63 | 19.75 | - |
| YUV | 168.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 107 | 0 | 0.10 | 0.43 | 0.26 | 46.1 | 0.38 | 0.58 |
| Hex | BD | AA | 6B | 0 | A | 2B | 1A | 2E | 26 | 3A |
| Octal | 275 | 252 | 153 | 0 | 12 | 53 | 32 | 56 | 46 | 72 |
| Binary | 10111101 | 10101010 | 1101011 | 0 | 1010 | 101011 | 11010 | 101110 | 100110 | 111010 |
Color Harmonies of #BDAA6B
Complementary color
Monochromatic Colors of #BDAA6B
Black with #BDAA6B
Text Example
Text Example
White with #BDAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA6B; }
p { color: rgb(189,170,107); }
H1.HeaderClassName
{
color: #BDAA6B;
}
.AnyTagClassName
{
color: #BDAA6B;
}
</style>
background-color css
<style>
a { background-color: #BDAA6B; }
a { background-color: rgb(189,170,107); }
div.DivClassName
{
background-color: #BDAA6B;
}
.BgClassName
{
background-color: #BDAA6B;
}
</style>
border-color css
<style>
span { border-color: #BDAA6B; }
span { border-color: rgb(189,170,107); }
td.TdClassName
{
border-color: #BDAA6B;
}
.TagClassName
{
border-color: #BDAA6B;
}
</style>