Shades of Buddha Gold #BDAA0B
Tints of Buddha Gold #BDAA0B
RGB
CMYK
RGB Variations
Color information
#BDAA0B (or 0xBDAA0B) is known color: Buddha Gold. HEX triplet: BD, AA and 0B. RGB value is (189,170,11). Sum of RGB (Red+Green+Blue) = 189+170+11=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAA0B is #4255F4. Grayscale: #9E9E9E. Windows color (decimal): -4347381 or 764605. OLE color: 764605.
HSL color Cylindrical-coordinate representation of color #BDAA0B: hue angle of 53.6º 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 #BDAA0B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.26 |
| HSL | 53.6º | 0.89% | 0.39% | - |
| HSV(B) | 53.6º | 0.94% | 0.74% | - |
| XYZ | 35.42 | 39.59 | 6.09 | - |
| YUV | 157.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 11 | 0 | 0.10 | 0.94 | 0.26 | 53.6 | 0.89 | 0.39 |
| Hex | BD | AA | B | 0 | A | 5E | 1A | 36 | 59 | 27 |
| Octal | 275 | 252 | 13 | 0 | 12 | 136 | 32 | 66 | 131 | 47 |
| Binary | 10111101 | 10101010 | 1011 | 0 | 1010 | 1011110 | 11010 | 110110 | 1011001 | 100111 |
Color Harmonies of #BDAA0B
Complementary color
Monochromatic Colors of #BDAA0B
Black with #BDAA0B
Text Example
Text Example
White with #BDAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA0B; }
p { color: rgb(189,170,11); }
H1.HeaderClassName
{
color: #BDAA0B;
}
.AnyTagClassName
{
color: #BDAA0B;
}
</style>
background-color css
<style>
a { background-color: #BDAA0B; }
a { background-color: rgb(189,170,11); }
div.DivClassName
{
background-color: #BDAA0B;
}
.BgClassName
{
background-color: #BDAA0B;
}
</style>
border-color css
<style>
span { border-color: #BDAA0B; }
span { border-color: rgb(189,170,11); }
td.TdClassName
{
border-color: #BDAA0B;
}
.TagClassName
{
border-color: #BDAA0B;
}
</style>