Shades of Buddha Gold #BDA012
Tints of Buddha Gold #BDA012
RGB
CMYK
RGB Variations
Color information
#BDA012 (or 0xBDA012) is known color: Buddha Gold. HEX triplet: BD, A0 and 12. RGB value is (189,160,18). Sum of RGB (Red+Green+Blue) = 189+160+18=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA012 is #425FED. Grayscale: #999999. Windows color (decimal): -4349934 or 1220797. OLE color: 1220797.
HSL color Cylindrical-coordinate representation of color #BDA012: hue angle of 49.82º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA012 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 18 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.26 |
| HSL | 49.82º | 0.83% | 0.41% | - |
| HSV(B) | 49.82º | 0.9% | 0.74% | - |
| XYZ | 33.67 | 36 | 5.75 | - |
| YUV | 152.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 18 | 0 | 0.15 | 0.90 | 0.26 | 49.82 | 0.83 | 0.41 |
| Hex | BD | A0 | 12 | 0 | F | 5A | 1A | 32 | 53 | 29 |
| Octal | 275 | 240 | 22 | 0 | 17 | 132 | 32 | 62 | 123 | 51 |
| Binary | 10111101 | 10100000 | 10010 | 0 | 1111 | 1011010 | 11010 | 110010 | 1010011 | 101001 |
Color Harmonies of #BDA012
Complementary color
Monochromatic Colors of #BDA012
Black with #BDA012
Text Example
Text Example
White with #BDA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA012; }
p { color: rgb(189,160,18); }
H1.HeaderClassName
{
color: #BDA012;
}
.AnyTagClassName
{
color: #BDA012;
}
</style>
background-color css
<style>
a { background-color: #BDA012; }
a { background-color: rgb(189,160,18); }
div.DivClassName
{
background-color: #BDA012;
}
.BgClassName
{
background-color: #BDA012;
}
</style>
border-color css
<style>
span { border-color: #BDA012; }
span { border-color: rgb(189,160,18); }
td.TdClassName
{
border-color: #BDA012;
}
.TagClassName
{
border-color: #BDA012;
}
</style>