Shades of Buddha Gold #BDA005
Tints of Buddha Gold #BDA005
RGB
CMYK
RGB Variations
Color information
#BDA005 (or 0xBDA005) is known color: Buddha Gold. HEX triplet: BD, A0 and 05. RGB value is (189,160,5). Sum of RGB (Red+Green+Blue) = 189+160+5=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA005 is #425FFA. Grayscale: #979797. Windows color (decimal): -4349947 or 368829. OLE color: 368829.
HSL color Cylindrical-coordinate representation of color #BDA005: hue angle of 50.54º 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 #BDA005 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 5 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.26 |
| HSL | 50.54º | 0.95% | 0.38% | - |
| HSV(B) | 50.54º | 0.97% | 0.74% | - |
| XYZ | 33.58 | 35.97 | 5.32 | - |
| YUV | 151 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 5 | 0 | 0.15 | 0.97 | 0.26 | 50.54 | 0.95 | 0.38 |
| Hex | BD | A0 | 5 | 0 | F | 61 | 1A | 33 | 5F | 26 |
| Octal | 275 | 240 | 5 | 0 | 17 | 141 | 32 | 63 | 137 | 46 |
| Binary | 10111101 | 10100000 | 101 | 0 | 1111 | 1100001 | 11010 | 110011 | 1011111 | 100110 |
Color Harmonies of #BDA005
Complementary color
Monochromatic Colors of #BDA005
Black with #BDA005
Text Example
Text Example
White with #BDA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA005; }
p { color: rgb(189,160,5); }
H1.HeaderClassName
{
color: #BDA005;
}
.AnyTagClassName
{
color: #BDA005;
}
</style>
background-color css
<style>
a { background-color: #BDA005; }
a { background-color: rgb(189,160,5); }
div.DivClassName
{
background-color: #BDA005;
}
.BgClassName
{
background-color: #BDA005;
}
</style>
border-color css
<style>
span { border-color: #BDA005; }
span { border-color: rgb(189,160,5); }
td.TdClassName
{
border-color: #BDA005;
}
.TagClassName
{
border-color: #BDA005;
}
</style>