Shades of Buddha Gold #BDA611
Tints of Buddha Gold #BDA611
RGB
CMYK
RGB Variations
Color information
#BDA611 (or 0xBDA611) is known color: Buddha Gold. HEX triplet: BD, A6 and 11. RGB value is (189,166,17). Sum of RGB (Red+Green+Blue) = 189+166+17=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA611 is #4259EE. Grayscale: #9C9C9C. Windows color (decimal): -4348399 or 1156797. OLE color: 1156797.
HSL color Cylindrical-coordinate representation of color #BDA611: hue angle of 51.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDA611 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 17 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.26 |
| HSL | 51.98º | 0.83% | 0.4% | - |
| HSV(B) | 51.98º | 0.91% | 0.74% | - |
| XYZ | 34.72 | 38.13 | 6.06 | - |
| YUV | 155.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 17 | 0 | 0.12 | 0.91 | 0.26 | 51.98 | 0.83 | 0.4 |
| Hex | BD | A6 | 11 | 0 | C | 5B | 1A | 34 | 53 | 28 |
| Octal | 275 | 246 | 21 | 0 | 14 | 133 | 32 | 64 | 123 | 50 |
| Binary | 10111101 | 10100110 | 10001 | 0 | 1100 | 1011011 | 11010 | 110100 | 1010011 | 101000 |
Color Harmonies of #BDA611
Complementary color
Monochromatic Colors of #BDA611
Black with #BDA611
Text Example
Text Example
White with #BDA611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA611; }
p { color: rgb(189,166,17); }
H1.HeaderClassName
{
color: #BDA611;
}
.AnyTagClassName
{
color: #BDA611;
}
</style>
background-color css
<style>
a { background-color: #BDA611; }
a { background-color: rgb(189,166,17); }
div.DivClassName
{
background-color: #BDA611;
}
.BgClassName
{
background-color: #BDA611;
}
</style>
border-color css
<style>
span { border-color: #BDA611; }
span { border-color: rgb(189,166,17); }
td.TdClassName
{
border-color: #BDA611;
}
.TagClassName
{
border-color: #BDA611;
}
</style>