Shades of Gimblet #BDA863
Tints of Gimblet #BDA863
RGB
CMYK
RGB Variations
Color information
#BDA863 (or 0xBDA863) is known color: Gimblet. HEX triplet: BD, A8 and 63. RGB value is (189,168,99). Sum of RGB (Red+Green+Blue) = 189+168+99=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA863 is #42579C. Grayscale: #A6A6A6. Windows color (decimal): -4347805 or 6531261. OLE color: 6531261.
HSL color Cylindrical-coordinate representation of color #BDA863: hue angle of 46º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDA863 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 99 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.26 |
| HSL | 46º | 0.41% | 0.56% | - |
| HSV(B) | 46º | 0.48% | 0.74% | - |
| XYZ | 37.24 | 39.72 | 17.51 | - |
| YUV | 166.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 99 | 0 | 0.11 | 0.48 | 0.26 | 46 | 0.41 | 0.56 |
| Hex | BD | A8 | 63 | 0 | B | 30 | 1A | 2E | 29 | 38 |
| Octal | 275 | 250 | 143 | 0 | 13 | 60 | 32 | 56 | 51 | 70 |
| Binary | 10111101 | 10101000 | 1100011 | 0 | 1011 | 110000 | 11010 | 101110 | 101001 | 111000 |
Color Harmonies of #BDA863
Complementary color
Monochromatic Colors of #BDA863
Black with #BDA863
Text Example
Text Example
White with #BDA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA863; }
p { color: rgb(189,168,99); }
H1.HeaderClassName
{
color: #BDA863;
}
.AnyTagClassName
{
color: #BDA863;
}
</style>
background-color css
<style>
a { background-color: #BDA863; }
a { background-color: rgb(189,168,99); }
div.DivClassName
{
background-color: #BDA863;
}
.BgClassName
{
background-color: #BDA863;
}
</style>
border-color css
<style>
span { border-color: #BDA863; }
span { border-color: rgb(189,168,99); }
td.TdClassName
{
border-color: #BDA863;
}
.TagClassName
{
border-color: #BDA863;
}
</style>