Shades of Old Gold #BDB636
Tints of Old Gold #BDB636
RGB
CMYK
RGB Variations
Color information
#BDB636 (or 0xBDB636) is known color: Old Gold. HEX triplet: BD, B6 and 36. RGB value is (189,182,54). Sum of RGB (Red+Green+Blue) = 189+182+54=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB636 is #4249C9. Grayscale: #AAAAAA. Windows color (decimal): -4344266 or 3585725. OLE color: 3585725.
HSL color Cylindrical-coordinate representation of color #BDB636: hue angle of 56.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDB636 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 54 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.26 |
| HSL | 56.89º | 0.56% | 0.48% | - |
| HSV(B) | 56.89º | 0.71% | 0.74% | - |
| XYZ | 38.38 | 44.54 | 10.06 | - |
| YUV | 169.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 54 | 0 | 0.04 | 0.71 | 0.26 | 56.89 | 0.56 | 0.48 |
| Hex | BD | B6 | 36 | 0 | 4 | 47 | 1A | 39 | 38 | 30 |
| Octal | 275 | 266 | 66 | 0 | 4 | 107 | 32 | 71 | 70 | 60 |
| Binary | 10111101 | 10110110 | 110110 | 0 | 100 | 1000111 | 11010 | 111001 | 111000 | 110000 |
Color Harmonies of #BDB636
Complementary color
Monochromatic Colors of #BDB636
Black with #BDB636
Text Example
Text Example
White with #BDB636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB636; }
p { color: rgb(189,182,54); }
H1.HeaderClassName
{
color: #BDB636;
}
.AnyTagClassName
{
color: #BDB636;
}
</style>
background-color css
<style>
a { background-color: #BDB636; }
a { background-color: rgb(189,182,54); }
div.DivClassName
{
background-color: #BDB636;
}
.BgClassName
{
background-color: #BDB636;
}
</style>
border-color css
<style>
span { border-color: #BDB636; }
span { border-color: rgb(189,182,54); }
td.TdClassName
{
border-color: #BDB636;
}
.TagClassName
{
border-color: #BDB636;
}
</style>