Shades of Buddha Gold #BDA212
Tints of Buddha Gold #BDA212
RGB
CMYK
RGB Variations
Color information
#BDA212 (or 0xBDA212) is known color: Buddha Gold. HEX triplet: BD, A2 and 12. RGB value is (189,162,18). Sum of RGB (Red+Green+Blue) = 189+162+18=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA212 is #425DED. Grayscale: #9A9A9A. Windows color (decimal): -4349422 or 1221309. OLE color: 1221309.
HSL color Cylindrical-coordinate representation of color #BDA212: hue angle of 50.53º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA212 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 18 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.26 |
| HSL | 50.53º | 0.83% | 0.41% | - |
| HSV(B) | 50.53º | 0.9% | 0.74% | - |
| XYZ | 34.02 | 36.7 | 5.86 | - |
| YUV | 153.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 18 | 0 | 0.14 | 0.90 | 0.26 | 50.53 | 0.83 | 0.41 |
| Hex | BD | A2 | 12 | 0 | E | 5A | 1A | 33 | 53 | 29 |
| Octal | 275 | 242 | 22 | 0 | 16 | 132 | 32 | 63 | 123 | 51 |
| Binary | 10111101 | 10100010 | 10010 | 0 | 1110 | 1011010 | 11010 | 110011 | 1010011 | 101001 |
Color Harmonies of #BDA212
Complementary color
Monochromatic Colors of #BDA212
Black with #BDA212
Text Example
Text Example
White with #BDA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA212; }
p { color: rgb(189,162,18); }
H1.HeaderClassName
{
color: #BDA212;
}
.AnyTagClassName
{
color: #BDA212;
}
</style>
background-color css
<style>
a { background-color: #BDA212; }
a { background-color: rgb(189,162,18); }
div.DivClassName
{
background-color: #BDA212;
}
.BgClassName
{
background-color: #BDA212;
}
</style>
border-color css
<style>
span { border-color: #BDA212; }
span { border-color: rgb(189,162,18); }
td.TdClassName
{
border-color: #BDA212;
}
.TagClassName
{
border-color: #BDA212;
}
</style>