Shades of Buddha Gold #BDA50C
Tints of Buddha Gold #BDA50C
RGB
CMYK
RGB Variations
Color information
#BDA50C (or 0xBDA50C) is known color: Buddha Gold. HEX triplet: BD, A5 and 0C. RGB value is (189,165,12). Sum of RGB (Red+Green+Blue) = 189+165+12=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA50C is #425AF3. Grayscale: #9B9B9B. Windows color (decimal): -4348660 or 828861. OLE color: 828861.
HSL color Cylindrical-coordinate representation of color #BDA50C: hue angle of 51.86º 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 #BDA50C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.26 |
| HSL | 51.86º | 0.88% | 0.39% | - |
| HSV(B) | 51.86º | 0.94% | 0.74% | - |
| XYZ | 34.51 | 37.76 | 5.82 | - |
| YUV | 154.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 12 | 0 | 0.13 | 0.94 | 0.26 | 51.86 | 0.88 | 0.39 |
| Hex | BD | A5 | C | 0 | D | 5E | 1A | 34 | 58 | 27 |
| Octal | 275 | 245 | 14 | 0 | 15 | 136 | 32 | 64 | 130 | 47 |
| Binary | 10111101 | 10100101 | 1100 | 0 | 1101 | 1011110 | 11010 | 110100 | 1011000 | 100111 |
Color Harmonies of #BDA50C
Complementary color
Monochromatic Colors of #BDA50C
Black with #BDA50C
Text Example
Text Example
White with #BDA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA50C; }
p { color: rgb(189,165,12); }
H1.HeaderClassName
{
color: #BDA50C;
}
.AnyTagClassName
{
color: #BDA50C;
}
</style>
background-color css
<style>
a { background-color: #BDA50C; }
a { background-color: rgb(189,165,12); }
div.DivClassName
{
background-color: #BDA50C;
}
.BgClassName
{
background-color: #BDA50C;
}
</style>
border-color css
<style>
span { border-color: #BDA50C; }
span { border-color: rgb(189,165,12); }
td.TdClassName
{
border-color: #BDA50C;
}
.TagClassName
{
border-color: #BDA50C;
}
</style>