Shades of Gimblet #BDA95C
Tints of Gimblet #BDA95C
RGB
CMYK
RGB Variations
Color information
#BDA95C (or 0xBDA95C) is known color: Gimblet. HEX triplet: BD, A9 and 5C. RGB value is (189,169,92). Sum of RGB (Red+Green+Blue) = 189+169+92=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA95C is #4256A3. Grayscale: #A6A6A6. Windows color (decimal): -4347556 or 6072765. OLE color: 6072765.
HSL color Cylindrical-coordinate representation of color #BDA95C: hue angle of 47.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDA95C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 92 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.26 |
| HSL | 47.63º | 0.42% | 0.55% | - |
| HSV(B) | 47.63º | 0.51% | 0.74% | - |
| XYZ | 37.11 | 39.97 | 15.88 | - |
| YUV | 166.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 92 | 0 | 0.11 | 0.51 | 0.26 | 47.63 | 0.42 | 0.55 |
| Hex | BD | A9 | 5C | 0 | B | 33 | 1A | 30 | 2A | 37 |
| Octal | 275 | 251 | 134 | 0 | 13 | 63 | 32 | 60 | 52 | 67 |
| Binary | 10111101 | 10101001 | 1011100 | 0 | 1011 | 110011 | 11010 | 110000 | 101010 | 110111 |
Color Harmonies of #BDA95C
Complementary color
Monochromatic Colors of #BDA95C
Black with #BDA95C
Text Example
Text Example
White with #BDA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA95C; }
p { color: rgb(189,169,92); }
H1.HeaderClassName
{
color: #BDA95C;
}
.AnyTagClassName
{
color: #BDA95C;
}
</style>
background-color css
<style>
a { background-color: #BDA95C; }
a { background-color: rgb(189,169,92); }
div.DivClassName
{
background-color: #BDA95C;
}
.BgClassName
{
background-color: #BDA95C;
}
</style>
border-color css
<style>
span { border-color: #BDA95C; }
span { border-color: rgb(189,169,92); }
td.TdClassName
{
border-color: #BDA95C;
}
.TagClassName
{
border-color: #BDA95C;
}
</style>