Shades of Buddha Gold #BDA610
Tints of Buddha Gold #BDA610
RGB
CMYK
RGB Variations
Color information
#BDA610 (or 0xBDA610) is known color: Buddha Gold. HEX triplet: BD, A6 and 10. RGB value is (189,166,16). Sum of RGB (Red+Green+Blue) = 189+166+16=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA610 is #4259EF. Grayscale: #9C9C9C. Windows color (decimal): -4348400 or 1091261. OLE color: 1091261.
HSL color Cylindrical-coordinate representation of color #BDA610: hue angle of 52.02º 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 #BDA610 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.26 |
| HSL | 52.02º | 0.84% | 0.4% | - |
| HSV(B) | 52.02º | 0.92% | 0.74% | - |
| XYZ | 34.72 | 38.13 | 6.02 | - |
| YUV | 155.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 16 | 0 | 0.12 | 0.92 | 0.26 | 52.02 | 0.84 | 0.4 |
| Hex | BD | A6 | 10 | 0 | C | 5C | 1A | 34 | 54 | 28 |
| Octal | 275 | 246 | 20 | 0 | 14 | 134 | 32 | 64 | 124 | 50 |
| Binary | 10111101 | 10100110 | 10000 | 0 | 1100 | 1011100 | 11010 | 110100 | 1010100 | 101000 |
Color Harmonies of #BDA610
Complementary color
Monochromatic Colors of #BDA610
Black with #BDA610
Text Example
Text Example
White with #BDA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA610; }
p { color: rgb(189,166,16); }
H1.HeaderClassName
{
color: #BDA610;
}
.AnyTagClassName
{
color: #BDA610;
}
</style>
background-color css
<style>
a { background-color: #BDA610; }
a { background-color: rgb(189,166,16); }
div.DivClassName
{
background-color: #BDA610;
}
.BgClassName
{
background-color: #BDA610;
}
</style>
border-color css
<style>
span { border-color: #BDA610; }
span { border-color: rgb(189,166,16); }
td.TdClassName
{
border-color: #BDA610;
}
.TagClassName
{
border-color: #BDA610;
}
</style>