Shades of Buddha Gold #BDA103
Tints of Buddha Gold #BDA103
RGB
CMYK
RGB Variations
Color information
#BDA103 (or 0xBDA103) is known color: Buddha Gold. HEX triplet: BD, A1 and 03. RGB value is (189,161,3). Sum of RGB (Red+Green+Blue) = 189+161+3=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA103 is #425EFC. Grayscale: #989898. Windows color (decimal): -4349693 or 238013. OLE color: 238013.
HSL color Cylindrical-coordinate representation of color #BDA103: hue angle of 50.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDA103 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.26 |
| HSL | 50.97º | 0.97% | 0.38% | - |
| HSV(B) | 50.97º | 0.98% | 0.74% | - |
| XYZ | 33.75 | 36.32 | 5.32 | - |
| YUV | 151.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 3 | 0 | 0.15 | 0.98 | 0.26 | 50.97 | 0.97 | 0.38 |
| Hex | BD | A1 | 3 | 0 | F | 62 | 1A | 33 | 61 | 26 |
| Octal | 275 | 241 | 3 | 0 | 17 | 142 | 32 | 63 | 141 | 46 |
| Binary | 10111101 | 10100001 | 11 | 0 | 1111 | 1100010 | 11010 | 110011 | 1100001 | 100110 |
Color Harmonies of #BDA103
Complementary color
Monochromatic Colors of #BDA103
Black with #BDA103
Text Example
Text Example
White with #BDA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA103; }
p { color: rgb(189,161,3); }
H1.HeaderClassName
{
color: #BDA103;
}
.AnyTagClassName
{
color: #BDA103;
}
</style>
background-color css
<style>
a { background-color: #BDA103; }
a { background-color: rgb(189,161,3); }
div.DivClassName
{
background-color: #BDA103;
}
.BgClassName
{
background-color: #BDA103;
}
</style>
border-color css
<style>
span { border-color: #BDA103; }
span { border-color: rgb(189,161,3); }
td.TdClassName
{
border-color: #BDA103;
}
.TagClassName
{
border-color: #BDA103;
}
</style>