Shades of Gimblet #BDA866
Tints of Gimblet #BDA866
RGB
CMYK
RGB Variations
Color information
#BDA866 (or 0xBDA866) is known color: Gimblet. HEX triplet: BD, A8 and 66. RGB value is (189,168,102). Sum of RGB (Red+Green+Blue) = 189+168+102=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA866 is #425799. Grayscale: #A7A7A7. Windows color (decimal): -4347802 or 6727869. OLE color: 6727869.
HSL color Cylindrical-coordinate representation of color #BDA866: hue angle of 45.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDA866 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 102 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.26 |
| HSL | 45.52º | 0.4% | 0.57% | - |
| HSV(B) | 45.52º | 0.46% | 0.74% | - |
| XYZ | 37.39 | 39.78 | 18.28 | - |
| YUV | 166.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 102 | 0 | 0.11 | 0.46 | 0.26 | 45.52 | 0.4 | 0.57 |
| Hex | BD | A8 | 66 | 0 | B | 2E | 1A | 2E | 28 | 39 |
| Octal | 275 | 250 | 146 | 0 | 13 | 56 | 32 | 56 | 50 | 71 |
| Binary | 10111101 | 10101000 | 1100110 | 0 | 1011 | 101110 | 11010 | 101110 | 101000 | 111001 |
Color Harmonies of #BDA866
Complementary color
Monochromatic Colors of #BDA866
Black with #BDA866
Text Example
Text Example
White with #BDA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA866; }
p { color: rgb(189,168,102); }
H1.HeaderClassName
{
color: #BDA866;
}
.AnyTagClassName
{
color: #BDA866;
}
</style>
background-color css
<style>
a { background-color: #BDA866; }
a { background-color: rgb(189,168,102); }
div.DivClassName
{
background-color: #BDA866;
}
.BgClassName
{
background-color: #BDA866;
}
</style>
border-color css
<style>
span { border-color: #BDA866; }
span { border-color: rgb(189,168,102); }
td.TdClassName
{
border-color: #BDA866;
}
.TagClassName
{
border-color: #BDA866;
}
</style>