Shades of Buddha Gold #BDA805
Tints of Buddha Gold #BDA805
RGB
CMYK
RGB Variations
Color information
#BDA805 (or 0xBDA805) is known color: Buddha Gold. HEX triplet: BD, A8 and 05. RGB value is (189,168,5). Sum of RGB (Red+Green+Blue) = 189+168+5=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA805 is #4257FA. Grayscale: #9C9C9C. Windows color (decimal): -4347899 or 370877. OLE color: 370877.
HSL color Cylindrical-coordinate representation of color #BDA805: hue angle of 53.15º 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 #BDA805 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 5 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.26 |
| HSL | 53.15º | 0.95% | 0.38% | - |
| HSV(B) | 53.15º | 0.97% | 0.74% | - |
| XYZ | 35.02 | 38.84 | 5.79 | - |
| YUV | 155.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 5 | 0 | 0.11 | 0.97 | 0.26 | 53.15 | 0.95 | 0.38 |
| Hex | BD | A8 | 5 | 0 | B | 61 | 1A | 35 | 5F | 26 |
| Octal | 275 | 250 | 5 | 0 | 13 | 141 | 32 | 65 | 137 | 46 |
| Binary | 10111101 | 10101000 | 101 | 0 | 1011 | 1100001 | 11010 | 110101 | 1011111 | 100110 |
Color Harmonies of #BDA805
Complementary color
Monochromatic Colors of #BDA805
Black with #BDA805
Text Example
Text Example
White with #BDA805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA805; }
p { color: rgb(189,168,5); }
H1.HeaderClassName
{
color: #BDA805;
}
.AnyTagClassName
{
color: #BDA805;
}
</style>
background-color css
<style>
a { background-color: #BDA805; }
a { background-color: rgb(189,168,5); }
div.DivClassName
{
background-color: #BDA805;
}
.BgClassName
{
background-color: #BDA805;
}
</style>
border-color css
<style>
span { border-color: #BDA805; }
span { border-color: rgb(189,168,5); }
td.TdClassName
{
border-color: #BDA805;
}
.TagClassName
{
border-color: #BDA805;
}
</style>