Shades of Buddha Gold #BDA205
Tints of Buddha Gold #BDA205
RGB
CMYK
RGB Variations
Color information
#BDA205 (or 0xBDA205) is known color: Buddha Gold. HEX triplet: BD, A2 and 05. RGB value is (189,162,5). Sum of RGB (Red+Green+Blue) = 189+162+5=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA205 is #425DFA. Grayscale: #989898. Windows color (decimal): -4349435 or 369341. OLE color: 369341.
HSL color Cylindrical-coordinate representation of color #BDA205: hue angle of 51.2º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDA205 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.26 |
| HSL | 51.2º | 0.95% | 0.38% | - |
| HSV(B) | 51.2º | 0.97% | 0.74% | - |
| XYZ | 33.93 | 36.67 | 5.43 | - |
| YUV | 152.18 | 44.95 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 5 | 0 | 0.14 | 0.97 | 0.26 | 51.2 | 0.95 | 0.38 |
| Hex | BD | A2 | 5 | 0 | E | 61 | 1A | 33 | 5F | 26 |
| Octal | 275 | 242 | 5 | 0 | 16 | 141 | 32 | 63 | 137 | 46 |
| Binary | 10111101 | 10100010 | 101 | 0 | 1110 | 1100001 | 11010 | 110011 | 1011111 | 100110 |
Color Harmonies of #BDA205
Complementary color
Monochromatic Colors of #BDA205
Black with #BDA205
Text Example
Text Example
White with #BDA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA205; }
p { color: rgb(189,162,5); }
H1.HeaderClassName
{
color: #BDA205;
}
.AnyTagClassName
{
color: #BDA205;
}
</style>
background-color css
<style>
a { background-color: #BDA205; }
a { background-color: rgb(189,162,5); }
div.DivClassName
{
background-color: #BDA205;
}
.BgClassName
{
background-color: #BDA205;
}
</style>
border-color css
<style>
span { border-color: #BDA205; }
span { border-color: rgb(189,162,5); }
td.TdClassName
{
border-color: #BDA205;
}
.TagClassName
{
border-color: #BDA205;
}
</style>