Shades of Buddha Gold #BDA907
Tints of Buddha Gold #BDA907
RGB
CMYK
RGB Variations
Color information
#BDA907 (or 0xBDA907) is known color: Buddha Gold. HEX triplet: BD, A9 and 07. RGB value is (189,169,7). Sum of RGB (Red+Green+Blue) = 189+169+7=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA907 is #4256F8. Grayscale: #9D9D9D. Windows color (decimal): -4347641 or 502205. OLE color: 502205.
HSL color Cylindrical-coordinate representation of color #BDA907: hue angle of 53.41º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDA907 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.26 |
| HSL | 53.41º | 0.93% | 0.38% | - |
| HSV(B) | 53.41º | 0.96% | 0.74% | - |
| XYZ | 35.21 | 39.21 | 5.91 | - |
| YUV | 156.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 7 | 0 | 0.11 | 0.96 | 0.26 | 53.41 | 0.93 | 0.38 |
| Hex | BD | A9 | 7 | 0 | B | 60 | 1A | 35 | 5D | 26 |
| Octal | 275 | 251 | 7 | 0 | 13 | 140 | 32 | 65 | 135 | 46 |
| Binary | 10111101 | 10101001 | 111 | 0 | 1011 | 1100000 | 11010 | 110101 | 1011101 | 100110 |
Color Harmonies of #BDA907
Complementary color
Monochromatic Colors of #BDA907
Black with #BDA907
Text Example
Text Example
White with #BDA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA907; }
p { color: rgb(189,169,7); }
H1.HeaderClassName
{
color: #BDA907;
}
.AnyTagClassName
{
color: #BDA907;
}
</style>
background-color css
<style>
a { background-color: #BDA907; }
a { background-color: rgb(189,169,7); }
div.DivClassName
{
background-color: #BDA907;
}
.BgClassName
{
background-color: #BDA907;
}
</style>
border-color css
<style>
span { border-color: #BDA907; }
span { border-color: rgb(189,169,7); }
td.TdClassName
{
border-color: #BDA907;
}
.TagClassName
{
border-color: #BDA907;
}
</style>