Shades of Buddha Gold #BDA90C
Tints of Buddha Gold #BDA90C
RGB
CMYK
RGB Variations
Color information
#BDA90C (or 0xBDA90C) is known color: Buddha Gold. HEX triplet: BD, A9 and 0C. RGB value is (189,169,12). Sum of RGB (Red+Green+Blue) = 189+169+12=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA90C is #4256F3. Grayscale: #9D9D9D. Windows color (decimal): -4347636 or 829885. OLE color: 829885.
HSL color Cylindrical-coordinate representation of color #BDA90C: hue angle of 53.22º 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 #BDA90C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.26 |
| HSL | 53.22º | 0.88% | 0.39% | - |
| HSV(B) | 53.22º | 0.94% | 0.74% | - |
| XYZ | 35.24 | 39.22 | 6.06 | - |
| YUV | 157.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 12 | 0 | 0.11 | 0.94 | 0.26 | 53.22 | 0.88 | 0.39 |
| Hex | BD | A9 | C | 0 | B | 5E | 1A | 35 | 58 | 27 |
| Octal | 275 | 251 | 14 | 0 | 13 | 136 | 32 | 65 | 130 | 47 |
| Binary | 10111101 | 10101001 | 1100 | 0 | 1011 | 1011110 | 11010 | 110101 | 1011000 | 100111 |
Color Harmonies of #BDA90C
Complementary color
Monochromatic Colors of #BDA90C
Black with #BDA90C
Text Example
Text Example
White with #BDA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA90C; }
p { color: rgb(189,169,12); }
H1.HeaderClassName
{
color: #BDA90C;
}
.AnyTagClassName
{
color: #BDA90C;
}
</style>
background-color css
<style>
a { background-color: #BDA90C; }
a { background-color: rgb(189,169,12); }
div.DivClassName
{
background-color: #BDA90C;
}
.BgClassName
{
background-color: #BDA90C;
}
</style>
border-color css
<style>
span { border-color: #BDA90C; }
span { border-color: rgb(189,169,12); }
td.TdClassName
{
border-color: #BDA90C;
}
.TagClassName
{
border-color: #BDA90C;
}
</style>