Shades of Buddha Gold #BDA80C
Tints of Buddha Gold #BDA80C
RGB
CMYK
RGB Variations
Color information
#BDA80C (or 0xBDA80C) is known color: Buddha Gold. HEX triplet: BD, A8 and 0C. RGB value is (189,168,12). Sum of RGB (Red+Green+Blue) = 189+168+12=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA80C is #4257F3. Grayscale: #9D9D9D. Windows color (decimal): -4347892 or 829629. OLE color: 829629.
HSL color Cylindrical-coordinate representation of color #BDA80C: hue angle of 52.88º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDA80C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.26 |
| HSL | 52.88º | 0.88% | 0.39% | - |
| HSV(B) | 52.88º | 0.94% | 0.74% | - |
| XYZ | 35.06 | 38.85 | 6 | - |
| YUV | 156.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 12 | 0 | 0.11 | 0.94 | 0.26 | 52.88 | 0.88 | 0.39 |
| Hex | BD | A8 | C | 0 | B | 5E | 1A | 35 | 58 | 27 |
| Octal | 275 | 250 | 14 | 0 | 13 | 136 | 32 | 65 | 130 | 47 |
| Binary | 10111101 | 10101000 | 1100 | 0 | 1011 | 1011110 | 11010 | 110101 | 1011000 | 100111 |
Color Harmonies of #BDA80C
Complementary color
Monochromatic Colors of #BDA80C
Black with #BDA80C
Text Example
Text Example
White with #BDA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA80C; }
p { color: rgb(189,168,12); }
H1.HeaderClassName
{
color: #BDA80C;
}
.AnyTagClassName
{
color: #BDA80C;
}
</style>
background-color css
<style>
a { background-color: #BDA80C; }
a { background-color: rgb(189,168,12); }
div.DivClassName
{
background-color: #BDA80C;
}
.BgClassName
{
background-color: #BDA80C;
}
</style>
border-color css
<style>
span { border-color: #BDA80C; }
span { border-color: rgb(189,168,12); }
td.TdClassName
{
border-color: #BDA80C;
}
.TagClassName
{
border-color: #BDA80C;
}
</style>