Shades of Gimblet #BDB45D
Tints of Gimblet #BDB45D
RGB
CMYK
RGB Variations
Color information
#BDB45D (or 0xBDB45D) is known color: Gimblet. HEX triplet: BD, B4 and 5D. RGB value is (189,180,93). Sum of RGB (Red+Green+Blue) = 189+180+93=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB45D is #424BA2. Grayscale: #ADADAD. Windows color (decimal): -4344739 or 6141117. OLE color: 6141117.
HSL color Cylindrical-coordinate representation of color #BDB45D: hue angle of 54.38º 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 #BDB45D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 93 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.26 |
| HSL | 54.38º | 0.42% | 0.55% | - |
| HSV(B) | 54.38º | 0.51% | 0.74% | - |
| XYZ | 39.28 | 44.25 | 16.83 | - |
| YUV | 172.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 93 | 0 | 0.05 | 0.51 | 0.26 | 54.38 | 0.42 | 0.55 |
| Hex | BD | B4 | 5D | 0 | 5 | 33 | 1A | 36 | 2A | 37 |
| Octal | 275 | 264 | 135 | 0 | 5 | 63 | 32 | 66 | 52 | 67 |
| Binary | 10111101 | 10110100 | 1011101 | 0 | 101 | 110011 | 11010 | 110110 | 101010 | 110111 |
Color Harmonies of #BDB45D
Complementary color
Monochromatic Colors of #BDB45D
Black with #BDB45D
Text Example
Text Example
White with #BDB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB45D; }
p { color: rgb(189,180,93); }
H1.HeaderClassName
{
color: #BDB45D;
}
.AnyTagClassName
{
color: #BDB45D;
}
</style>
background-color css
<style>
a { background-color: #BDB45D; }
a { background-color: rgb(189,180,93); }
div.DivClassName
{
background-color: #BDB45D;
}
.BgClassName
{
background-color: #BDB45D;
}
</style>
border-color css
<style>
span { border-color: #BDB45D; }
span { border-color: rgb(189,180,93); }
td.TdClassName
{
border-color: #BDB45D;
}
.TagClassName
{
border-color: #BDB45D;
}
</style>