Shades of Buddha Gold #BDA30F
Tints of Buddha Gold #BDA30F
RGB
CMYK
RGB Variations
Color information
#BDA30F (or 0xBDA30F) is known color: Buddha Gold. HEX triplet: BD, A3 and 0F. RGB value is (189,163,15). Sum of RGB (Red+Green+Blue) = 189+163+15=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA30F is #425CF0. Grayscale: #9A9A9A. Windows color (decimal): -4349169 or 1024957. OLE color: 1024957.
HSL color Cylindrical-coordinate representation of color #BDA30F: hue angle of 51.03º degrees, saturation: 0.85, 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 #BDA30F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 15 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.26 |
| HSL | 51.03º | 0.85% | 0.4% | - |
| HSV(B) | 51.03º | 0.92% | 0.74% | - |
| XYZ | 34.17 | 37.05 | 5.8 | - |
| YUV | 153.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 15 | 0 | 0.14 | 0.92 | 0.26 | 51.03 | 0.85 | 0.4 |
| Hex | BD | A3 | F | 0 | E | 5C | 1A | 33 | 55 | 28 |
| Octal | 275 | 243 | 17 | 0 | 16 | 134 | 32 | 63 | 125 | 50 |
| Binary | 10111101 | 10100011 | 1111 | 0 | 1110 | 1011100 | 11010 | 110011 | 1010101 | 101000 |
Color Harmonies of #BDA30F
Complementary color
Monochromatic Colors of #BDA30F
Black with #BDA30F
Text Example
Text Example
White with #BDA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA30F; }
p { color: rgb(189,163,15); }
H1.HeaderClassName
{
color: #BDA30F;
}
.AnyTagClassName
{
color: #BDA30F;
}
</style>
background-color css
<style>
a { background-color: #BDA30F; }
a { background-color: rgb(189,163,15); }
div.DivClassName
{
background-color: #BDA30F;
}
.BgClassName
{
background-color: #BDA30F;
}
</style>
border-color css
<style>
span { border-color: #BDA30F; }
span { border-color: rgb(189,163,15); }
td.TdClassName
{
border-color: #BDA30F;
}
.TagClassName
{
border-color: #BDA30F;
}
</style>