Shades of Buddha Gold #BDA30B
Tints of Buddha Gold #BDA30B
RGB
CMYK
RGB Variations
Color information
#BDA30B (or 0xBDA30B) is known color: Buddha Gold. HEX triplet: BD, A3 and 0B. RGB value is (189,163,11). Sum of RGB (Red+Green+Blue) = 189+163+11=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA30B is #425CF4. Grayscale: #9A9A9A. Windows color (decimal): -4349173 or 762813. OLE color: 762813.
HSL color Cylindrical-coordinate representation of color #BDA30B: hue angle of 51.24º degrees, saturation: 0.89, 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 #BDA30B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.26 |
| HSL | 51.24º | 0.89% | 0.39% | - |
| HSV(B) | 51.24º | 0.94% | 0.74% | - |
| XYZ | 34.14 | 37.04 | 5.67 | - |
| YUV | 153.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 11 | 0 | 0.14 | 0.94 | 0.26 | 51.24 | 0.89 | 0.39 |
| Hex | BD | A3 | B | 0 | E | 5E | 1A | 33 | 59 | 27 |
| Octal | 275 | 243 | 13 | 0 | 16 | 136 | 32 | 63 | 131 | 47 |
| Binary | 10111101 | 10100011 | 1011 | 0 | 1110 | 1011110 | 11010 | 110011 | 1011001 | 100111 |
Color Harmonies of #BDA30B
Complementary color
Monochromatic Colors of #BDA30B
Black with #BDA30B
Text Example
Text Example
White with #BDA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA30B; }
p { color: rgb(189,163,11); }
H1.HeaderClassName
{
color: #BDA30B;
}
.AnyTagClassName
{
color: #BDA30B;
}
</style>
background-color css
<style>
a { background-color: #BDA30B; }
a { background-color: rgb(189,163,11); }
div.DivClassName
{
background-color: #BDA30B;
}
.BgClassName
{
background-color: #BDA30B;
}
</style>
border-color css
<style>
span { border-color: #BDA30B; }
span { border-color: rgb(189,163,11); }
td.TdClassName
{
border-color: #BDA30B;
}
.TagClassName
{
border-color: #BDA30B;
}
</style>