Shades of Buddha Gold #BDA411
Tints of Buddha Gold #BDA411
RGB
CMYK
RGB Variations
Color information
#BDA411 (or 0xBDA411) is known color: Buddha Gold. HEX triplet: BD, A4 and 11. RGB value is (189,164,17). Sum of RGB (Red+Green+Blue) = 189+164+17=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA411 is #425BEE. Grayscale: #9B9B9B. Windows color (decimal): -4348911 or 1156285. OLE color: 1156285.
HSL color Cylindrical-coordinate representation of color #BDA411: hue angle of 51.28º 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 #BDA411 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 17 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.26 |
| HSL | 51.28º | 0.83% | 0.4% | - |
| HSV(B) | 51.28º | 0.91% | 0.74% | - |
| XYZ | 34.36 | 37.41 | 5.94 | - |
| YUV | 154.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 17 | 0 | 0.13 | 0.91 | 0.26 | 51.28 | 0.83 | 0.4 |
| Hex | BD | A4 | 11 | 0 | D | 5B | 1A | 33 | 53 | 28 |
| Octal | 275 | 244 | 21 | 0 | 15 | 133 | 32 | 63 | 123 | 50 |
| Binary | 10111101 | 10100100 | 10001 | 0 | 1101 | 1011011 | 11010 | 110011 | 1010011 | 101000 |
Color Harmonies of #BDA411
Complementary color
Monochromatic Colors of #BDA411
Black with #BDA411
Text Example
Text Example
White with #BDA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA411; }
p { color: rgb(189,164,17); }
H1.HeaderClassName
{
color: #BDA411;
}
.AnyTagClassName
{
color: #BDA411;
}
</style>
background-color css
<style>
a { background-color: #BDA411; }
a { background-color: rgb(189,164,17); }
div.DivClassName
{
background-color: #BDA411;
}
.BgClassName
{
background-color: #BDA411;
}
</style>
border-color css
<style>
span { border-color: #BDA411; }
span { border-color: rgb(189,164,17); }
td.TdClassName
{
border-color: #BDA411;
}
.TagClassName
{
border-color: #BDA411;
}
</style>