Shades of Gimblet #BDA868
Tints of Gimblet #BDA868
RGB
CMYK
RGB Variations
Color information
#BDA868 (or 0xBDA868) is known color: Gimblet. HEX triplet: BD, A8 and 68. RGB value is (189,168,104). Sum of RGB (Red+Green+Blue) = 189+168+104=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA868 is #425797. Grayscale: #A7A7A7. Windows color (decimal): -4347800 or 6858941. OLE color: 6858941.
HSL color Cylindrical-coordinate representation of color #BDA868: hue angle of 45.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDA868 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 104 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.26 |
| HSL | 45.18º | 0.39% | 0.57% | - |
| HSV(B) | 45.18º | 0.45% | 0.74% | - |
| XYZ | 37.49 | 39.82 | 18.81 | - |
| YUV | 166.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 104 | 0 | 0.11 | 0.45 | 0.26 | 45.18 | 0.39 | 0.57 |
| Hex | BD | A8 | 68 | 0 | B | 2D | 1A | 2D | 27 | 39 |
| Octal | 275 | 250 | 150 | 0 | 13 | 55 | 32 | 55 | 47 | 71 |
| Binary | 10111101 | 10101000 | 1101000 | 0 | 1011 | 101101 | 11010 | 101101 | 100111 | 111001 |
Color Harmonies of #BDA868
Complementary color
Monochromatic Colors of #BDA868
Black with #BDA868
Text Example
Text Example
White with #BDA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA868; }
p { color: rgb(189,168,104); }
H1.HeaderClassName
{
color: #BDA868;
}
.AnyTagClassName
{
color: #BDA868;
}
</style>
background-color css
<style>
a { background-color: #BDA868; }
a { background-color: rgb(189,168,104); }
div.DivClassName
{
background-color: #BDA868;
}
.BgClassName
{
background-color: #BDA868;
}
</style>
border-color css
<style>
span { border-color: #BDA868; }
span { border-color: rgb(189,168,104); }
td.TdClassName
{
border-color: #BDA868;
}
.TagClassName
{
border-color: #BDA868;
}
</style>