Shades of Gimblet #BDB054
Tints of Gimblet #BDB054
RGB
CMYK
RGB Variations
Color information
#BDB054 (or 0xBDB054) is known color: Gimblet. HEX triplet: BD, B0 and 54. RGB value is (189,176,84). Sum of RGB (Red+Green+Blue) = 189+176+84=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB054 is #424FAB. Grayscale: #A9A9A9. Windows color (decimal): -4345772 or 5550269. OLE color: 5550269.
HSL color Cylindrical-coordinate representation of color #BDB054: hue angle of 52.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDB054 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 84 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.26 |
| HSL | 52.57º | 0.44% | 0.54% | - |
| HSV(B) | 52.57º | 0.56% | 0.74% | - |
| XYZ | 38.11 | 42.51 | 14.58 | - |
| YUV | 169.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 84 | 0 | 0.07 | 0.56 | 0.26 | 52.57 | 0.44 | 0.54 |
| Hex | BD | B0 | 54 | 0 | 7 | 38 | 1A | 35 | 2C | 36 |
| Octal | 275 | 260 | 124 | 0 | 7 | 70 | 32 | 65 | 54 | 66 |
| Binary | 10111101 | 10110000 | 1010100 | 0 | 111 | 111000 | 11010 | 110101 | 101100 | 110110 |
Color Harmonies of #BDB054
Complementary color
Monochromatic Colors of #BDB054
Black with #BDB054
Text Example
Text Example
White with #BDB054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB054; }
p { color: rgb(189,176,84); }
H1.HeaderClassName
{
color: #BDB054;
}
.AnyTagClassName
{
color: #BDB054;
}
</style>
background-color css
<style>
a { background-color: #BDB054; }
a { background-color: rgb(189,176,84); }
div.DivClassName
{
background-color: #BDB054;
}
.BgClassName
{
background-color: #BDB054;
}
</style>
border-color css
<style>
span { border-color: #BDB054; }
span { border-color: rgb(189,176,84); }
td.TdClassName
{
border-color: #BDB054;
}
.TagClassName
{
border-color: #BDB054;
}
</style>