Shades of Buddha Gold #BDA021
Tints of Buddha Gold #BDA021
RGB
CMYK
RGB Variations
Color information
#BDA021 (or 0xBDA021) is known color: Buddha Gold. HEX triplet: BD, A0 and 21. RGB value is (189,160,33). Sum of RGB (Red+Green+Blue) = 189+160+33=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA021 is #425FDE. Grayscale: #9A9A9A. Windows color (decimal): -4349919 or 2203837. OLE color: 2203837.
HSL color Cylindrical-coordinate representation of color #BDA021: hue angle of 48.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDA021 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 33 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.26 |
| HSL | 48.85º | 0.7% | 0.44% | - |
| HSV(B) | 48.85º | 0.83% | 0.74% | - |
| XYZ | 33.83 | 36.07 | 6.62 | - |
| YUV | 154.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 33 | 0 | 0.15 | 0.83 | 0.26 | 48.85 | 0.7 | 0.44 |
| Hex | BD | A0 | 21 | 0 | F | 53 | 1A | 31 | 46 | 2C |
| Octal | 275 | 240 | 41 | 0 | 17 | 123 | 32 | 61 | 106 | 54 |
| Binary | 10111101 | 10100000 | 100001 | 0 | 1111 | 1010011 | 11010 | 110001 | 1000110 | 101100 |
Color Harmonies of #BDA021
Complementary color
Monochromatic Colors of #BDA021
Black with #BDA021
Text Example
Text Example
White with #BDA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA021; }
p { color: rgb(189,160,33); }
H1.HeaderClassName
{
color: #BDA021;
}
.AnyTagClassName
{
color: #BDA021;
}
</style>
background-color css
<style>
a { background-color: #BDA021; }
a { background-color: rgb(189,160,33); }
div.DivClassName
{
background-color: #BDA021;
}
.BgClassName
{
background-color: #BDA021;
}
</style>
border-color css
<style>
span { border-color: #BDA021; }
span { border-color: rgb(189,160,33); }
td.TdClassName
{
border-color: #BDA021;
}
.TagClassName
{
border-color: #BDA021;
}
</style>