Shades of Old Gold #BDB837
Tints of Old Gold #BDB837
RGB
CMYK
RGB Variations
Color information
#BDB837 (or 0xBDB837) is known color: Old Gold. HEX triplet: BD, B8 and 37. RGB value is (189,184,55). Sum of RGB (Red+Green+Blue) = 189+184+55=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB837 is #4247C8. Grayscale: #ABABAB. Windows color (decimal): -4343753 or 3651773. OLE color: 3651773.
HSL color Cylindrical-coordinate representation of color #BDB837: hue angle of 57.76º degrees, saturation: 0.55, 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 #BDB837 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 55 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.26 |
| HSL | 57.76º | 0.55% | 0.48% | - |
| HSV(B) | 57.76º | 0.71% | 0.74% | - |
| XYZ | 38.82 | 45.38 | 10.33 | - |
| YUV | 170.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 55 | 0 | 0.03 | 0.71 | 0.26 | 57.76 | 0.55 | 0.48 |
| Hex | BD | B8 | 37 | 0 | 3 | 47 | 1A | 3A | 37 | 30 |
| Octal | 275 | 270 | 67 | 0 | 3 | 107 | 32 | 72 | 67 | 60 |
| Binary | 10111101 | 10111000 | 110111 | 0 | 11 | 1000111 | 11010 | 111010 | 110111 | 110000 |
Color Harmonies of #BDB837
Complementary color
Monochromatic Colors of #BDB837
Black with #BDB837
Text Example
Text Example
White with #BDB837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB837; }
p { color: rgb(189,184,55); }
H1.HeaderClassName
{
color: #BDB837;
}
.AnyTagClassName
{
color: #BDB837;
}
</style>
background-color css
<style>
a { background-color: #BDB837; }
a { background-color: rgb(189,184,55); }
div.DivClassName
{
background-color: #BDB837;
}
.BgClassName
{
background-color: #BDB837;
}
</style>
border-color css
<style>
span { border-color: #BDB837; }
span { border-color: rgb(189,184,55); }
td.TdClassName
{
border-color: #BDB837;
}
.TagClassName
{
border-color: #BDB837;
}
</style>