Shades of Buddha Gold #BDA211
Tints of Buddha Gold #BDA211
RGB
CMYK
RGB Variations
Color information
#BDA211 (or 0xBDA211) is known color: Buddha Gold. HEX triplet: BD, A2 and 11. RGB value is (189,162,17). Sum of RGB (Red+Green+Blue) = 189+162+17=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA211 is #425DEE. Grayscale: #9A9A9A. Windows color (decimal): -4349423 or 1155773. OLE color: 1155773.
HSL color Cylindrical-coordinate representation of color #BDA211: hue angle of 50.58º 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 #BDA211 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 17 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.26 |
| HSL | 50.58º | 0.83% | 0.4% | - |
| HSV(B) | 50.58º | 0.91% | 0.74% | - |
| XYZ | 34.01 | 36.7 | 5.82 | - |
| YUV | 153.54 | 50.95 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 17 | 0 | 0.14 | 0.91 | 0.26 | 50.58 | 0.83 | 0.4 |
| Hex | BD | A2 | 11 | 0 | E | 5B | 1A | 33 | 53 | 28 |
| Octal | 275 | 242 | 21 | 0 | 16 | 133 | 32 | 63 | 123 | 50 |
| Binary | 10111101 | 10100010 | 10001 | 0 | 1110 | 1011011 | 11010 | 110011 | 1010011 | 101000 |
Color Harmonies of #BDA211
Complementary color
Monochromatic Colors of #BDA211
Black with #BDA211
Text Example
Text Example
White with #BDA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA211; }
p { color: rgb(189,162,17); }
H1.HeaderClassName
{
color: #BDA211;
}
.AnyTagClassName
{
color: #BDA211;
}
</style>
background-color css
<style>
a { background-color: #BDA211; }
a { background-color: rgb(189,162,17); }
div.DivClassName
{
background-color: #BDA211;
}
.BgClassName
{
background-color: #BDA211;
}
</style>
border-color css
<style>
span { border-color: #BDA211; }
span { border-color: rgb(189,162,17); }
td.TdClassName
{
border-color: #BDA211;
}
.TagClassName
{
border-color: #BDA211;
}
</style>