Shades of Buddha Gold #BDA90A
Tints of Buddha Gold #BDA90A
RGB
CMYK
RGB Variations
Color information
#BDA90A (or 0xBDA90A) is known color: Buddha Gold. HEX triplet: BD, A9 and 0A. RGB value is (189,169,10). Sum of RGB (Red+Green+Blue) = 189+169+10=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA90A is #4256F5. Grayscale: #9D9D9D. Windows color (decimal): -4347638 or 698813. OLE color: 698813.
HSL color Cylindrical-coordinate representation of color #BDA90A: hue angle of 53.3º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDA90A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.26 |
| HSL | 53.3º | 0.9% | 0.39% | - |
| HSV(B) | 53.3º | 0.95% | 0.74% | - |
| XYZ | 35.23 | 39.22 | 6 | - |
| YUV | 156.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 10 | 0 | 0.11 | 0.95 | 0.26 | 53.3 | 0.9 | 0.39 |
| Hex | BD | A9 | A | 0 | B | 5F | 1A | 35 | 5A | 27 |
| Octal | 275 | 251 | 12 | 0 | 13 | 137 | 32 | 65 | 132 | 47 |
| Binary | 10111101 | 10101001 | 1010 | 0 | 1011 | 1011111 | 11010 | 110101 | 1011010 | 100111 |
Color Harmonies of #BDA90A
Complementary color
Monochromatic Colors of #BDA90A
Black with #BDA90A
Text Example
Text Example
White with #BDA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA90A; }
p { color: rgb(189,169,10); }
H1.HeaderClassName
{
color: #BDA90A;
}
.AnyTagClassName
{
color: #BDA90A;
}
</style>
background-color css
<style>
a { background-color: #BDA90A; }
a { background-color: rgb(189,169,10); }
div.DivClassName
{
background-color: #BDA90A;
}
.BgClassName
{
background-color: #BDA90A;
}
</style>
border-color css
<style>
span { border-color: #BDA90A; }
span { border-color: rgb(189,169,10); }
td.TdClassName
{
border-color: #BDA90A;
}
.TagClassName
{
border-color: #BDA90A;
}
</style>