Shades of Buddha Gold #BDA909
Tints of Buddha Gold #BDA909
RGB
CMYK
RGB Variations
Color information
#BDA909 (or 0xBDA909) is known color: Buddha Gold. HEX triplet: BD, A9 and 09. RGB value is (189,169,9). Sum of RGB (Red+Green+Blue) = 189+169+9=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA909 is #4256F6. Grayscale: #9D9D9D. Windows color (decimal): -4347639 or 633277. OLE color: 633277.
HSL color Cylindrical-coordinate representation of color #BDA909: hue angle of 53.33º degrees, saturation: 0.91, 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 #BDA909 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 9 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.26 |
| HSL | 53.33º | 0.91% | 0.39% | - |
| HSV(B) | 53.33º | 0.95% | 0.74% | - |
| XYZ | 35.22 | 39.21 | 5.97 | - |
| YUV | 156.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 9 | 0 | 0.11 | 0.95 | 0.26 | 53.33 | 0.91 | 0.39 |
| Hex | BD | A9 | 9 | 0 | B | 5F | 1A | 35 | 5B | 27 |
| Octal | 275 | 251 | 11 | 0 | 13 | 137 | 32 | 65 | 133 | 47 |
| Binary | 10111101 | 10101001 | 1001 | 0 | 1011 | 1011111 | 11010 | 110101 | 1011011 | 100111 |
Color Harmonies of #BDA909
Complementary color
Monochromatic Colors of #BDA909
Black with #BDA909
Text Example
Text Example
White with #BDA909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA909; }
p { color: rgb(189,169,9); }
H1.HeaderClassName
{
color: #BDA909;
}
.AnyTagClassName
{
color: #BDA909;
}
</style>
background-color css
<style>
a { background-color: #BDA909; }
a { background-color: rgb(189,169,9); }
div.DivClassName
{
background-color: #BDA909;
}
.BgClassName
{
background-color: #BDA909;
}
</style>
border-color css
<style>
span { border-color: #BDA909; }
span { border-color: rgb(189,169,9); }
td.TdClassName
{
border-color: #BDA909;
}
.TagClassName
{
border-color: #BDA909;
}
</style>