Shades of Gimblet #BDA86B
Tints of Gimblet #BDA86B
RGB
CMYK
RGB Variations
Color information
#BDA86B (or 0xBDA86B) is known color: Gimblet. HEX triplet: BD, A8 and 6B. RGB value is (189,168,107). Sum of RGB (Red+Green+Blue) = 189+168+107=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA86B is #425794. Grayscale: #A7A7A7. Windows color (decimal): -4347797 or 7055549. OLE color: 7055549.
HSL color Cylindrical-coordinate representation of color #BDA86B: hue angle of 44.63º 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 #BDA86B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 107 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.26 |
| HSL | 44.63º | 0.38% | 0.58% | - |
| HSV(B) | 44.63º | 0.43% | 0.74% | - |
| XYZ | 37.64 | 39.89 | 19.62 | - |
| YUV | 167.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 107 | 0 | 0.11 | 0.43 | 0.26 | 44.63 | 0.38 | 0.58 |
| Hex | BD | A8 | 6B | 0 | B | 2B | 1A | 2D | 26 | 3A |
| Octal | 275 | 250 | 153 | 0 | 13 | 53 | 32 | 55 | 46 | 72 |
| Binary | 10111101 | 10101000 | 1101011 | 0 | 1011 | 101011 | 11010 | 101101 | 100110 | 111010 |
Color Harmonies of #BDA86B
Complementary color
Monochromatic Colors of #BDA86B
Black with #BDA86B
Text Example
Text Example
White with #BDA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA86B; }
p { color: rgb(189,168,107); }
H1.HeaderClassName
{
color: #BDA86B;
}
.AnyTagClassName
{
color: #BDA86B;
}
</style>
background-color css
<style>
a { background-color: #BDA86B; }
a { background-color: rgb(189,168,107); }
div.DivClassName
{
background-color: #BDA86B;
}
.BgClassName
{
background-color: #BDA86B;
}
</style>
border-color css
<style>
span { border-color: #BDA86B; }
span { border-color: rgb(189,168,107); }
td.TdClassName
{
border-color: #BDA86B;
}
.TagClassName
{
border-color: #BDA86B;
}
</style>