Shades of Buddha Gold #BDA209
Tints of Buddha Gold #BDA209
RGB
CMYK
RGB Variations
Color information
#BDA209 (or 0xBDA209) is known color: Buddha Gold. HEX triplet: BD, A2 and 09. RGB value is (189,162,9). Sum of RGB (Red+Green+Blue) = 189+162+9=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA209 is #425DF6. Grayscale: #999999. Windows color (decimal): -4349431 or 631485. OLE color: 631485.
HSL color Cylindrical-coordinate representation of color #BDA209: hue angle of 51º 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 #BDA209 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 9 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.26 |
| HSL | 51º | 0.91% | 0.39% | - |
| HSV(B) | 51º | 0.95% | 0.74% | - |
| XYZ | 33.96 | 36.68 | 5.55 | - |
| YUV | 152.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 9 | 0 | 0.14 | 0.95 | 0.26 | 51 | 0.91 | 0.39 |
| Hex | BD | A2 | 9 | 0 | E | 5F | 1A | 33 | 5B | 27 |
| Octal | 275 | 242 | 11 | 0 | 16 | 137 | 32 | 63 | 133 | 47 |
| Binary | 10111101 | 10100010 | 1001 | 0 | 1110 | 1011111 | 11010 | 110011 | 1011011 | 100111 |
Color Harmonies of #BDA209
Complementary color
Monochromatic Colors of #BDA209
Black with #BDA209
Text Example
Text Example
White with #BDA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA209; }
p { color: rgb(189,162,9); }
H1.HeaderClassName
{
color: #BDA209;
}
.AnyTagClassName
{
color: #BDA209;
}
</style>
background-color css
<style>
a { background-color: #BDA209; }
a { background-color: rgb(189,162,9); }
div.DivClassName
{
background-color: #BDA209;
}
.BgClassName
{
background-color: #BDA209;
}
</style>
border-color css
<style>
span { border-color: #BDA209; }
span { border-color: rgb(189,162,9); }
td.TdClassName
{
border-color: #BDA209;
}
.TagClassName
{
border-color: #BDA209;
}
</style>