Shades of Buddha Gold #BDA10C
Tints of Buddha Gold #BDA10C
RGB
CMYK
RGB Variations
Color information
#BDA10C (or 0xBDA10C) is known color: Buddha Gold. HEX triplet: BD, A1 and 0C. RGB value is (189,161,12). Sum of RGB (Red+Green+Blue) = 189+161+12=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA10C is #425EF3. Grayscale: #999999. Windows color (decimal): -4349684 or 827837. OLE color: 827837.
HSL color Cylindrical-coordinate representation of color #BDA10C: hue angle of 50.51º 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 #BDA10C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.26 |
| HSL | 50.51º | 0.88% | 0.39% | - |
| HSV(B) | 50.51º | 0.94% | 0.74% | - |
| XYZ | 33.8 | 36.34 | 5.58 | - |
| YUV | 152.39 | 48.78 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 12 | 0 | 0.15 | 0.94 | 0.26 | 50.51 | 0.88 | 0.39 |
| Hex | BD | A1 | C | 0 | F | 5E | 1A | 33 | 58 | 27 |
| Octal | 275 | 241 | 14 | 0 | 17 | 136 | 32 | 63 | 130 | 47 |
| Binary | 10111101 | 10100001 | 1100 | 0 | 1111 | 1011110 | 11010 | 110011 | 1011000 | 100111 |
Color Harmonies of #BDA10C
Complementary color
Monochromatic Colors of #BDA10C
Black with #BDA10C
Text Example
Text Example
White with #BDA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA10C; }
p { color: rgb(189,161,12); }
H1.HeaderClassName
{
color: #BDA10C;
}
.AnyTagClassName
{
color: #BDA10C;
}
</style>
background-color css
<style>
a { background-color: #BDA10C; }
a { background-color: rgb(189,161,12); }
div.DivClassName
{
background-color: #BDA10C;
}
.BgClassName
{
background-color: #BDA10C;
}
</style>
border-color css
<style>
span { border-color: #BDA10C; }
span { border-color: rgb(189,161,12); }
td.TdClassName
{
border-color: #BDA10C;
}
.TagClassName
{
border-color: #BDA10C;
}
</style>