Shades of Buddha Gold #BDA603
Tints of Buddha Gold #BDA603
RGB
CMYK
RGB Variations
Color information
#BDA603 (or 0xBDA603) is known color: Buddha Gold. HEX triplet: BD, A6 and 03. RGB value is (189,166,3). Sum of RGB (Red+Green+Blue) = 189+166+3=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA603 is #4259FC. Grayscale: #9A9A9A. Windows color (decimal): -4348413 or 239293. OLE color: 239293.
HSL color Cylindrical-coordinate representation of color #BDA603: hue angle of 52.58º 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 #BDA603 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.26 |
| HSL | 52.58º | 0.97% | 0.38% | - |
| HSV(B) | 52.58º | 0.98% | 0.74% | - |
| XYZ | 34.64 | 38.1 | 5.61 | - |
| YUV | 154.3 | 42.62 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 3 | 0 | 0.12 | 0.98 | 0.26 | 52.58 | 0.97 | 0.38 |
| Hex | BD | A6 | 3 | 0 | C | 62 | 1A | 35 | 61 | 26 |
| Octal | 275 | 246 | 3 | 0 | 14 | 142 | 32 | 65 | 141 | 46 |
| Binary | 10111101 | 10100110 | 11 | 0 | 1100 | 1100010 | 11010 | 110101 | 1100001 | 100110 |
Color Harmonies of #BDA603
Complementary color
Monochromatic Colors of #BDA603
Black with #BDA603
Text Example
Text Example
White with #BDA603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA603; }
p { color: rgb(189,166,3); }
H1.HeaderClassName
{
color: #BDA603;
}
.AnyTagClassName
{
color: #BDA603;
}
</style>
background-color css
<style>
a { background-color: #BDA603; }
a { background-color: rgb(189,166,3); }
div.DivClassName
{
background-color: #BDA603;
}
.BgClassName
{
background-color: #BDA603;
}
</style>
border-color css
<style>
span { border-color: #BDA603; }
span { border-color: rgb(189,166,3); }
td.TdClassName
{
border-color: #BDA603;
}
.TagClassName
{
border-color: #BDA603;
}
</style>