Shades of Buddha Gold #BDA403
Tints of Buddha Gold #BDA403
RGB
CMYK
RGB Variations
Color information
#BDA403 (or 0xBDA403) is known color: Buddha Gold. HEX triplet: BD, A4 and 03. RGB value is (189,164,3). Sum of RGB (Red+Green+Blue) = 189+164+3=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA403 is #425BFC. Grayscale: #999999. Windows color (decimal): -4348925 or 238781. OLE color: 238781.
HSL color Cylindrical-coordinate representation of color #BDA403: hue angle of 51.94º 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 #BDA403 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.26 |
| HSL | 51.94º | 0.97% | 0.38% | - |
| HSV(B) | 51.94º | 0.98% | 0.74% | - |
| XYZ | 34.28 | 37.38 | 5.49 | - |
| YUV | 153.12 | 43.28 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 3 | 0 | 0.13 | 0.98 | 0.26 | 51.94 | 0.97 | 0.38 |
| Hex | BD | A4 | 3 | 0 | D | 62 | 1A | 34 | 61 | 26 |
| Octal | 275 | 244 | 3 | 0 | 15 | 142 | 32 | 64 | 141 | 46 |
| Binary | 10111101 | 10100100 | 11 | 0 | 1101 | 1100010 | 11010 | 110100 | 1100001 | 100110 |
Color Harmonies of #BDA403
Complementary color
Monochromatic Colors of #BDA403
Black with #BDA403
Text Example
Text Example
White with #BDA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA403; }
p { color: rgb(189,164,3); }
H1.HeaderClassName
{
color: #BDA403;
}
.AnyTagClassName
{
color: #BDA403;
}
</style>
background-color css
<style>
a { background-color: #BDA403; }
a { background-color: rgb(189,164,3); }
div.DivClassName
{
background-color: #BDA403;
}
.BgClassName
{
background-color: #BDA403;
}
</style>
border-color css
<style>
span { border-color: #BDA403; }
span { border-color: rgb(189,164,3); }
td.TdClassName
{
border-color: #BDA403;
}
.TagClassName
{
border-color: #BDA403;
}
</style>