Shades of Gimblet #BDB056
Tints of Gimblet #BDB056
RGB
CMYK
RGB Variations
Color information
#BDB056 (or 0xBDB056) is known color: Gimblet. HEX triplet: BD, B0 and 56. RGB value is (189,176,86). Sum of RGB (Red+Green+Blue) = 189+176+86=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB056 is #424FA9. Grayscale: #AAAAAA. Windows color (decimal): -4345770 or 5681341. OLE color: 5681341.
HSL color Cylindrical-coordinate representation of color #BDB056: hue angle of 52.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDB056 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 86 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.26 |
| HSL | 52.43º | 0.44% | 0.54% | - |
| HSV(B) | 52.43º | 0.54% | 0.74% | - |
| XYZ | 38.19 | 42.54 | 15 | - |
| YUV | 169.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 86 | 0 | 0.07 | 0.54 | 0.26 | 52.43 | 0.44 | 0.54 |
| Hex | BD | B0 | 56 | 0 | 7 | 36 | 1A | 34 | 2C | 36 |
| Octal | 275 | 260 | 126 | 0 | 7 | 66 | 32 | 64 | 54 | 66 |
| Binary | 10111101 | 10110000 | 1010110 | 0 | 111 | 110110 | 11010 | 110100 | 101100 | 110110 |
Color Harmonies of #BDB056
Complementary color
Monochromatic Colors of #BDB056
Black with #BDB056
Text Example
Text Example
White with #BDB056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB056; }
p { color: rgb(189,176,86); }
H1.HeaderClassName
{
color: #BDB056;
}
.AnyTagClassName
{
color: #BDB056;
}
</style>
background-color css
<style>
a { background-color: #BDB056; }
a { background-color: rgb(189,176,86); }
div.DivClassName
{
background-color: #BDB056;
}
.BgClassName
{
background-color: #BDB056;
}
</style>
border-color css
<style>
span { border-color: #BDB056; }
span { border-color: rgb(189,176,86); }
td.TdClassName
{
border-color: #BDB056;
}
.TagClassName
{
border-color: #BDB056;
}
</style>