Shades of Gimblet #BDB15E
Tints of Gimblet #BDB15E
RGB
CMYK
RGB Variations
Color information
#BDB15E (or 0xBDB15E) is known color: Gimblet. HEX triplet: BD, B1 and 5E. RGB value is (189,177,94). Sum of RGB (Red+Green+Blue) = 189+177+94=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB15E is #424EA1. Grayscale: #ABABAB. Windows color (decimal): -4345506 or 6205885. OLE color: 6205885.
HSL color Cylindrical-coordinate representation of color #BDB15E: hue angle of 52.42º 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 #BDB15E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 94 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.26 |
| HSL | 52.42º | 0.42% | 0.55% | - |
| HSV(B) | 52.42º | 0.5% | 0.74% | - |
| XYZ | 38.73 | 43.07 | 16.86 | - |
| YUV | 171.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 94 | 0 | 0.06 | 0.50 | 0.26 | 52.42 | 0.42 | 0.55 |
| Hex | BD | B1 | 5E | 0 | 6 | 32 | 1A | 34 | 2A | 37 |
| Octal | 275 | 261 | 136 | 0 | 6 | 62 | 32 | 64 | 52 | 67 |
| Binary | 10111101 | 10110001 | 1011110 | 0 | 110 | 110010 | 11010 | 110100 | 101010 | 110111 |
Color Harmonies of #BDB15E
Complementary color
Monochromatic Colors of #BDB15E
Black with #BDB15E
Text Example
Text Example
White with #BDB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB15E; }
p { color: rgb(189,177,94); }
H1.HeaderClassName
{
color: #BDB15E;
}
.AnyTagClassName
{
color: #BDB15E;
}
</style>
background-color css
<style>
a { background-color: #BDB15E; }
a { background-color: rgb(189,177,94); }
div.DivClassName
{
background-color: #BDB15E;
}
.BgClassName
{
background-color: #BDB15E;
}
</style>
border-color css
<style>
span { border-color: #BDB15E; }
span { border-color: rgb(189,177,94); }
td.TdClassName
{
border-color: #BDB15E;
}
.TagClassName
{
border-color: #BDB15E;
}
</style>