Shades of Old Gold #BDBD32
Tints of Old Gold #BDBD32
RGB
CMYK
RGB Variations
Color information
#BDBD32 (or 0xBDBD32) is known color: Old Gold. HEX triplet: BD, BD and 32. RGB value is (189,189,50). Sum of RGB (Red+Green+Blue) = 189+189+50=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD32 is #4242CD. Grayscale: #ADADAD. Windows color (decimal): -4342478 or 3325373. OLE color: 3325373.
HSL color Cylindrical-coordinate representation of color #BDBD32: hue angle of 60º 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 #BDBD32 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 50 | - |
| CMYK | 0 | 0 | 0.74 | 0.26 |
| HSL | 60º | 0.58% | 0.47% | - |
| HSV(B) | 60º | 0.74% | 0.74% | - |
| XYZ | 39.76 | 47.44 | 10.08 | - |
| YUV | 173.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 50 | 0 | 0 | 0.74 | 0.26 | 60 | 0.58 | 0.47 |
| Hex | BD | BD | 32 | 0 | 0 | 4A | 1A | 3C | 3A | 2F |
| Octal | 275 | 275 | 62 | 0 | 0 | 112 | 32 | 74 | 72 | 57 |
| Binary | 10111101 | 10111101 | 110010 | 0 | 0 | 1001010 | 11010 | 111100 | 111010 | 101111 |
Color Harmonies of #BDBD32
Complementary color
Monochromatic Colors of #BDBD32
Black with #BDBD32
Text Example
Text Example
White with #BDBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD32; }
p { color: rgb(189,189,50); }
H1.HeaderClassName
{
color: #BDBD32;
}
.AnyTagClassName
{
color: #BDBD32;
}
</style>
background-color css
<style>
a { background-color: #BDBD32; }
a { background-color: rgb(189,189,50); }
div.DivClassName
{
background-color: #BDBD32;
}
.BgClassName
{
background-color: #BDBD32;
}
</style>
border-color css
<style>
span { border-color: #BDBD32; }
span { border-color: rgb(189,189,50); }
td.TdClassName
{
border-color: #BDBD32;
}
.TagClassName
{
border-color: #BDBD32;
}
</style>