Shades of Old Gold #BDB939
Tints of Old Gold #BDB939
RGB
CMYK
RGB Variations
Color information
#BDB939 (or 0xBDB939) is known color: Old Gold. HEX triplet: BD, B9 and 39. RGB value is (189,185,57). Sum of RGB (Red+Green+Blue) = 189+185+57=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB939 is #4246C6. Grayscale: #ACACAC. Windows color (decimal): -4343495 or 3783101. OLE color: 3783101.
HSL color Cylindrical-coordinate representation of color #BDB939: hue angle of 58.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB939 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 57 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.26 |
| HSL | 58.18º | 0.54% | 0.48% | - |
| HSV(B) | 58.18º | 0.7% | 0.74% | - |
| XYZ | 39.07 | 45.81 | 10.65 | - |
| YUV | 171.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 57 | 0 | 0.02 | 0.70 | 0.26 | 58.18 | 0.54 | 0.48 |
| Hex | BD | B9 | 39 | 0 | 2 | 46 | 1A | 3A | 36 | 30 |
| Octal | 275 | 271 | 71 | 0 | 2 | 106 | 32 | 72 | 66 | 60 |
| Binary | 10111101 | 10111001 | 111001 | 0 | 10 | 1000110 | 11010 | 111010 | 110110 | 110000 |
Color Harmonies of #BDB939
Complementary color
Monochromatic Colors of #BDB939
Black with #BDB939
Text Example
Text Example
White with #BDB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB939; }
p { color: rgb(189,185,57); }
H1.HeaderClassName
{
color: #BDB939;
}
.AnyTagClassName
{
color: #BDB939;
}
</style>
background-color css
<style>
a { background-color: #BDB939; }
a { background-color: rgb(189,185,57); }
div.DivClassName
{
background-color: #BDB939;
}
.BgClassName
{
background-color: #BDB939;
}
</style>
border-color css
<style>
span { border-color: #BDB939; }
span { border-color: rgb(189,185,57); }
td.TdClassName
{
border-color: #BDB939;
}
.TagClassName
{
border-color: #BDB939;
}
</style>