Shades of Gimblet #BDA95A
Tints of Gimblet #BDA95A
RGB
CMYK
RGB Variations
Color information
#BDA95A (or 0xBDA95A) is known color: Gimblet. HEX triplet: BD, A9 and 5A. RGB value is (189,169,90). Sum of RGB (Red+Green+Blue) = 189+169+90=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA95A is #4256A5. Grayscale: #A6A6A6. Windows color (decimal): -4347558 or 5941693. OLE color: 5941693.
HSL color Cylindrical-coordinate representation of color #BDA95A: hue angle of 47.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDA95A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 90 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.26 |
| HSL | 47.88º | 0.43% | 0.55% | - |
| HSV(B) | 47.88º | 0.52% | 0.74% | - |
| XYZ | 37.02 | 39.93 | 15.43 | - |
| YUV | 165.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 90 | 0 | 0.11 | 0.52 | 0.26 | 47.88 | 0.43 | 0.55 |
| Hex | BD | A9 | 5A | 0 | B | 34 | 1A | 30 | 2B | 37 |
| Octal | 275 | 251 | 132 | 0 | 13 | 64 | 32 | 60 | 53 | 67 |
| Binary | 10111101 | 10101001 | 1011010 | 0 | 1011 | 110100 | 11010 | 110000 | 101011 | 110111 |
Color Harmonies of #BDA95A
Complementary color
Monochromatic Colors of #BDA95A
Black with #BDA95A
Text Example
Text Example
White with #BDA95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA95A; }
p { color: rgb(189,169,90); }
H1.HeaderClassName
{
color: #BDA95A;
}
.AnyTagClassName
{
color: #BDA95A;
}
</style>
background-color css
<style>
a { background-color: #BDA95A; }
a { background-color: rgb(189,169,90); }
div.DivClassName
{
background-color: #BDA95A;
}
.BgClassName
{
background-color: #BDA95A;
}
</style>
border-color css
<style>
span { border-color: #BDA95A; }
span { border-color: rgb(189,169,90); }
td.TdClassName
{
border-color: #BDA95A;
}
.TagClassName
{
border-color: #BDA95A;
}
</style>