Shades of Old Gold #BDB73B
Tints of Old Gold #BDB73B
RGB
CMYK
RGB Variations
Color information
#BDB73B (or 0xBDB73B) is known color: Old Gold. HEX triplet: BD, B7 and 3B. RGB value is (189,183,59). Sum of RGB (Red+Green+Blue) = 189+183+59=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB73B is #4248C4. Grayscale: #ABABAB. Windows color (decimal): -4344005 or 3913661. OLE color: 3913661.
HSL color Cylindrical-coordinate representation of color #BDB73B: hue angle of 57.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDB73B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 59 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.26 |
| HSL | 57.23º | 0.52% | 0.49% | - |
| HSV(B) | 57.23º | 0.69% | 0.74% | - |
| XYZ | 38.71 | 45 | 10.78 | - |
| YUV | 170.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 59 | 0 | 0.03 | 0.69 | 0.26 | 57.23 | 0.52 | 0.49 |
| Hex | BD | B7 | 3B | 0 | 3 | 45 | 1A | 39 | 34 | 31 |
| Octal | 275 | 267 | 73 | 0 | 3 | 105 | 32 | 71 | 64 | 61 |
| Binary | 10111101 | 10110111 | 111011 | 0 | 11 | 1000101 | 11010 | 111001 | 110100 | 110001 |
Color Harmonies of #BDB73B
Complementary color
Monochromatic Colors of #BDB73B
Black with #BDB73B
Text Example
Text Example
White with #BDB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB73B; }
p { color: rgb(189,183,59); }
H1.HeaderClassName
{
color: #BDB73B;
}
.AnyTagClassName
{
color: #BDB73B;
}
</style>
background-color css
<style>
a { background-color: #BDB73B; }
a { background-color: rgb(189,183,59); }
div.DivClassName
{
background-color: #BDB73B;
}
.BgClassName
{
background-color: #BDB73B;
}
</style>
border-color css
<style>
span { border-color: #BDB73B; }
span { border-color: rgb(189,183,59); }
td.TdClassName
{
border-color: #BDB73B;
}
.TagClassName
{
border-color: #BDB73B;
}
</style>