Shades of Gimblet #BDAC58
Tints of Gimblet #BDAC58
RGB
CMYK
RGB Variations
Color information
#BDAC58 (or 0xBDAC58) is known color: Gimblet. HEX triplet: BD, AC and 58. RGB value is (189,172,88). Sum of RGB (Red+Green+Blue) = 189+172+88=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC58 is #4253A7. Grayscale: #A7A7A7. Windows color (decimal): -4346792 or 5811389. OLE color: 5811389.
HSL color Cylindrical-coordinate representation of color #BDAC58: hue angle of 49.9º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDAC58 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 88 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.26 |
| HSL | 49.9º | 0.43% | 0.54% | - |
| HSV(B) | 49.9º | 0.53% | 0.74% | - |
| XYZ | 37.5 | 41.03 | 15.18 | - |
| YUV | 167.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 88 | 0 | 0.09 | 0.53 | 0.26 | 49.9 | 0.43 | 0.54 |
| Hex | BD | AC | 58 | 0 | 9 | 35 | 1A | 32 | 2B | 36 |
| Octal | 275 | 254 | 130 | 0 | 11 | 65 | 32 | 62 | 53 | 66 |
| Binary | 10111101 | 10101100 | 1011000 | 0 | 1001 | 110101 | 11010 | 110010 | 101011 | 110110 |
Color Harmonies of #BDAC58
Complementary color
Monochromatic Colors of #BDAC58
Black with #BDAC58
Text Example
Text Example
White with #BDAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC58; }
p { color: rgb(189,172,88); }
H1.HeaderClassName
{
color: #BDAC58;
}
.AnyTagClassName
{
color: #BDAC58;
}
</style>
background-color css
<style>
a { background-color: #BDAC58; }
a { background-color: rgb(189,172,88); }
div.DivClassName
{
background-color: #BDAC58;
}
.BgClassName
{
background-color: #BDAC58;
}
</style>
border-color css
<style>
span { border-color: #BDAC58; }
span { border-color: rgb(189,172,88); }
td.TdClassName
{
border-color: #BDAC58;
}
.TagClassName
{
border-color: #BDAC58;
}
</style>