Shades of Buddha Gold #BDA604
Tints of Buddha Gold #BDA604
RGB
CMYK
RGB Variations
Color information
#BDA604 (or 0xBDA604) is known color: Buddha Gold. HEX triplet: BD, A6 and 04. RGB value is (189,166,4). Sum of RGB (Red+Green+Blue) = 189+166+4=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA604 is #4259FB. Grayscale: #9B9B9B. Windows color (decimal): -4348412 or 304829. OLE color: 304829.
HSL color Cylindrical-coordinate representation of color #BDA604: hue angle of 52.54º degrees, saturation: 0.96, 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 #BDA604 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.26 |
| HSL | 52.54º | 0.96% | 0.38% | - |
| HSV(B) | 52.54º | 0.98% | 0.74% | - |
| XYZ | 34.64 | 38.1 | 5.64 | - |
| YUV | 154.41 | 43.12 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 4 | 0 | 0.12 | 0.98 | 0.26 | 52.54 | 0.96 | 0.38 |
| Hex | BD | A6 | 4 | 0 | C | 62 | 1A | 35 | 60 | 26 |
| Octal | 275 | 246 | 4 | 0 | 14 | 142 | 32 | 65 | 140 | 46 |
| Binary | 10111101 | 10100110 | 100 | 0 | 1100 | 1100010 | 11010 | 110101 | 1100000 | 100110 |
Color Harmonies of #BDA604
Complementary color
Monochromatic Colors of #BDA604
Black with #BDA604
Text Example
Text Example
White with #BDA604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA604; }
p { color: rgb(189,166,4); }
H1.HeaderClassName
{
color: #BDA604;
}
.AnyTagClassName
{
color: #BDA604;
}
</style>
background-color css
<style>
a { background-color: #BDA604; }
a { background-color: rgb(189,166,4); }
div.DivClassName
{
background-color: #BDA604;
}
.BgClassName
{
background-color: #BDA604;
}
</style>
border-color css
<style>
span { border-color: #BDA604; }
span { border-color: rgb(189,166,4); }
td.TdClassName
{
border-color: #BDA604;
}
.TagClassName
{
border-color: #BDA604;
}
</style>