Shades of Gimblet #BDB35E
Tints of Gimblet #BDB35E
RGB
CMYK
RGB Variations
Color information
#BDB35E (or 0xBDB35E) is known color: Gimblet. HEX triplet: BD, B3 and 5E. RGB value is (189,179,94). Sum of RGB (Red+Green+Blue) = 189+179+94=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB35E is #424CA1. Grayscale: #ACACAC. Windows color (decimal): -4344994 or 6206397. OLE color: 6206397.
HSL color Cylindrical-coordinate representation of color #BDB35E: hue angle of 53.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB35E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 94 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.26 |
| HSL | 53.68º | 0.42% | 0.55% | - |
| HSV(B) | 53.68º | 0.5% | 0.74% | - |
| XYZ | 39.13 | 43.87 | 16.99 | - |
| YUV | 172.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 94 | 0 | 0.05 | 0.50 | 0.26 | 53.68 | 0.42 | 0.55 |
| Hex | BD | B3 | 5E | 0 | 5 | 32 | 1A | 36 | 2A | 37 |
| Octal | 275 | 263 | 136 | 0 | 5 | 62 | 32 | 66 | 52 | 67 |
| Binary | 10111101 | 10110011 | 1011110 | 0 | 101 | 110010 | 11010 | 110110 | 101010 | 110111 |
Color Harmonies of #BDB35E
Complementary color
Monochromatic Colors of #BDB35E
Black with #BDB35E
Text Example
Text Example
White with #BDB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB35E; }
p { color: rgb(189,179,94); }
H1.HeaderClassName
{
color: #BDB35E;
}
.AnyTagClassName
{
color: #BDB35E;
}
</style>
background-color css
<style>
a { background-color: #BDB35E; }
a { background-color: rgb(189,179,94); }
div.DivClassName
{
background-color: #BDB35E;
}
.BgClassName
{
background-color: #BDB35E;
}
</style>
border-color css
<style>
span { border-color: #BDB35E; }
span { border-color: rgb(189,179,94); }
td.TdClassName
{
border-color: #BDB35E;
}
.TagClassName
{
border-color: #BDB35E;
}
</style>