Shades of Old Gold #BDB832
Tints of Old Gold #BDB832
RGB
CMYK
RGB Variations
Color information
#BDB832 (or 0xBDB832) is known color: Old Gold. HEX triplet: BD, B8 and 32. RGB value is (189,184,50). Sum of RGB (Red+Green+Blue) = 189+184+50=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB832 is #4247CD. Grayscale: #AAAAAA. Windows color (decimal): -4343758 or 3324093. OLE color: 3324093.
HSL color Cylindrical-coordinate representation of color #BDB832: hue angle of 57.84º 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 #BDB832 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 50 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.26 |
| HSL | 57.84º | 0.58% | 0.47% | - |
| HSV(B) | 57.84º | 0.74% | 0.74% | - |
| XYZ | 38.7 | 45.33 | 9.73 | - |
| YUV | 170.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 50 | 0 | 0.03 | 0.74 | 0.26 | 57.84 | 0.58 | 0.47 |
| Hex | BD | B8 | 32 | 0 | 3 | 4A | 1A | 3A | 3A | 2F |
| Octal | 275 | 270 | 62 | 0 | 3 | 112 | 32 | 72 | 72 | 57 |
| Binary | 10111101 | 10111000 | 110010 | 0 | 11 | 1001010 | 11010 | 111010 | 111010 | 101111 |
Color Harmonies of #BDB832
Complementary color
Monochromatic Colors of #BDB832
Black with #BDB832
Text Example
Text Example
White with #BDB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB832; }
p { color: rgb(189,184,50); }
H1.HeaderClassName
{
color: #BDB832;
}
.AnyTagClassName
{
color: #BDB832;
}
</style>
background-color css
<style>
a { background-color: #BDB832; }
a { background-color: rgb(189,184,50); }
div.DivClassName
{
background-color: #BDB832;
}
.BgClassName
{
background-color: #BDB832;
}
</style>
border-color css
<style>
span { border-color: #BDB832; }
span { border-color: rgb(189,184,50); }
td.TdClassName
{
border-color: #BDB832;
}
.TagClassName
{
border-color: #BDB832;
}
</style>