Shades of Buddha Gold #BDA213
Tints of Buddha Gold #BDA213
RGB
CMYK
RGB Variations
Color information
#BDA213 (or 0xBDA213) is known color: Buddha Gold. HEX triplet: BD, A2 and 13. RGB value is (189,162,19). Sum of RGB (Red+Green+Blue) = 189+162+19=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA213 is #425DEC. Grayscale: #9A9A9A. Windows color (decimal): -4349421 or 1286845. OLE color: 1286845.
HSL color Cylindrical-coordinate representation of color #BDA213: hue angle of 50.47º degrees, saturation: 0.82, 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 #BDA213 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 19 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.26 |
| HSL | 50.47º | 0.82% | 0.41% | - |
| HSV(B) | 50.47º | 0.9% | 0.74% | - |
| XYZ | 34.02 | 36.71 | 5.91 | - |
| YUV | 153.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 19 | 0 | 0.14 | 0.90 | 0.26 | 50.47 | 0.82 | 0.41 |
| Hex | BD | A2 | 13 | 0 | E | 5A | 1A | 32 | 52 | 29 |
| Octal | 275 | 242 | 23 | 0 | 16 | 132 | 32 | 62 | 122 | 51 |
| Binary | 10111101 | 10100010 | 10011 | 0 | 1110 | 1011010 | 11010 | 110010 | 1010010 | 101001 |
Color Harmonies of #BDA213
Complementary color
Monochromatic Colors of #BDA213
Black with #BDA213
Text Example
Text Example
White with #BDA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA213; }
p { color: rgb(189,162,19); }
H1.HeaderClassName
{
color: #BDA213;
}
.AnyTagClassName
{
color: #BDA213;
}
</style>
background-color css
<style>
a { background-color: #BDA213; }
a { background-color: rgb(189,162,19); }
div.DivClassName
{
background-color: #BDA213;
}
.BgClassName
{
background-color: #BDA213;
}
</style>
border-color css
<style>
span { border-color: #BDA213; }
span { border-color: rgb(189,162,19); }
td.TdClassName
{
border-color: #BDA213;
}
.TagClassName
{
border-color: #BDA213;
}
</style>