Shades of Buddha Gold #BDA710
Tints of Buddha Gold #BDA710
RGB
CMYK
RGB Variations
Color information
#BDA710 (or 0xBDA710) is known color: Buddha Gold. HEX triplet: BD, A7 and 10. RGB value is (189,167,16). Sum of RGB (Red+Green+Blue) = 189+167+16=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA710 is #4258EF. Grayscale: #9C9C9C. Windows color (decimal): -4348144 or 1091517. OLE color: 1091517.
HSL color Cylindrical-coordinate representation of color #BDA710: hue angle of 52.37º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDA710 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.26 |
| HSL | 52.37º | 0.84% | 0.4% | - |
| HSV(B) | 52.37º | 0.92% | 0.74% | - |
| XYZ | 34.9 | 38.49 | 6.08 | - |
| YUV | 156.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 16 | 0 | 0.12 | 0.92 | 0.26 | 52.37 | 0.84 | 0.4 |
| Hex | BD | A7 | 10 | 0 | C | 5C | 1A | 34 | 54 | 28 |
| Octal | 275 | 247 | 20 | 0 | 14 | 134 | 32 | 64 | 124 | 50 |
| Binary | 10111101 | 10100111 | 10000 | 0 | 1100 | 1011100 | 11010 | 110100 | 1010100 | 101000 |
Color Harmonies of #BDA710
Complementary color
Monochromatic Colors of #BDA710
Black with #BDA710
Text Example
Text Example
White with #BDA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA710; }
p { color: rgb(189,167,16); }
H1.HeaderClassName
{
color: #BDA710;
}
.AnyTagClassName
{
color: #BDA710;
}
</style>
background-color css
<style>
a { background-color: #BDA710; }
a { background-color: rgb(189,167,16); }
div.DivClassName
{
background-color: #BDA710;
}
.BgClassName
{
background-color: #BDA710;
}
</style>
border-color css
<style>
span { border-color: #BDA710; }
span { border-color: rgb(189,167,16); }
td.TdClassName
{
border-color: #BDA710;
}
.TagClassName
{
border-color: #BDA710;
}
</style>