Shades of Old Gold #BDB932
Tints of Old Gold #BDB932
RGB
CMYK
RGB Variations
Color information
#BDB932 (or 0xBDB932) is known color: Old Gold. HEX triplet: BD, B9 and 32. RGB value is (189,185,50). Sum of RGB (Red+Green+Blue) = 189+185+50=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB932 is #4246CD. Grayscale: #ABABAB. Windows color (decimal): -4343502 or 3324349. OLE color: 3324349.
HSL color Cylindrical-coordinate representation of color #BDB932: hue angle of 58.27º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB932 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 50 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.26 |
| HSL | 58.27º | 0.58% | 0.47% | - |
| HSV(B) | 58.27º | 0.74% | 0.74% | - |
| XYZ | 38.91 | 45.75 | 9.8 | - |
| YUV | 170.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 50 | 0 | 0.02 | 0.74 | 0.26 | 58.27 | 0.58 | 0.47 |
| Hex | BD | B9 | 32 | 0 | 2 | 4A | 1A | 3A | 3A | 2F |
| Octal | 275 | 271 | 62 | 0 | 2 | 112 | 32 | 72 | 72 | 57 |
| Binary | 10111101 | 10111001 | 110010 | 0 | 10 | 1001010 | 11010 | 111010 | 111010 | 101111 |
Color Harmonies of #BDB932
Complementary color
Monochromatic Colors of #BDB932
Black with #BDB932
Text Example
Text Example
White with #BDB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB932; }
p { color: rgb(189,185,50); }
H1.HeaderClassName
{
color: #BDB932;
}
.AnyTagClassName
{
color: #BDB932;
}
</style>
background-color css
<style>
a { background-color: #BDB932; }
a { background-color: rgb(189,185,50); }
div.DivClassName
{
background-color: #BDB932;
}
.BgClassName
{
background-color: #BDB932;
}
</style>
border-color css
<style>
span { border-color: #BDB932; }
span { border-color: rgb(189,185,50); }
td.TdClassName
{
border-color: #BDB932;
}
.TagClassName
{
border-color: #BDB932;
}
</style>