Shades of Buddha Gold #BDA606
Tints of Buddha Gold #BDA606
RGB
CMYK
RGB Variations
Color information
#BDA606 (or 0xBDA606) is known color: Buddha Gold. HEX triplet: BD, A6 and 06. RGB value is (189,166,6). Sum of RGB (Red+Green+Blue) = 189+166+6=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA606 is #4259F9. Grayscale: #9B9B9B. Windows color (decimal): -4348410 or 435901. OLE color: 435901.
HSL color Cylindrical-coordinate representation of color #BDA606: hue angle of 52.46º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDA606 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.26 |
| HSL | 52.46º | 0.94% | 0.38% | - |
| HSV(B) | 52.46º | 0.97% | 0.74% | - |
| XYZ | 34.66 | 38.1 | 5.7 | - |
| YUV | 154.64 | 44.12 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 6 | 0 | 0.12 | 0.97 | 0.26 | 52.46 | 0.94 | 0.38 |
| Hex | BD | A6 | 6 | 0 | C | 61 | 1A | 34 | 5E | 26 |
| Octal | 275 | 246 | 6 | 0 | 14 | 141 | 32 | 64 | 136 | 46 |
| Binary | 10111101 | 10100110 | 110 | 0 | 1100 | 1100001 | 11010 | 110100 | 1011110 | 100110 |
Color Harmonies of #BDA606
Complementary color
Monochromatic Colors of #BDA606
Black with #BDA606
Text Example
Text Example
White with #BDA606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA606; }
p { color: rgb(189,166,6); }
H1.HeaderClassName
{
color: #BDA606;
}
.AnyTagClassName
{
color: #BDA606;
}
</style>
background-color css
<style>
a { background-color: #BDA606; }
a { background-color: rgb(189,166,6); }
div.DivClassName
{
background-color: #BDA606;
}
.BgClassName
{
background-color: #BDA606;
}
</style>
border-color css
<style>
span { border-color: #BDA606; }
span { border-color: rgb(189,166,6); }
td.TdClassName
{
border-color: #BDA606;
}
.TagClassName
{
border-color: #BDA606;
}
</style>