Shades of Buddha Gold #BDA512
Tints of Buddha Gold #BDA512
RGB
CMYK
RGB Variations
Color information
#BDA512 (or 0xBDA512) is known color: Buddha Gold. HEX triplet: BD, A5 and 12. RGB value is (189,165,18). Sum of RGB (Red+Green+Blue) = 189+165+18=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA512 is #425AED. Grayscale: #9C9C9C. Windows color (decimal): -4348654 or 1222077. OLE color: 1222077.
HSL color Cylindrical-coordinate representation of color #BDA512: hue angle of 51.58º 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 #BDA512 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 18 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.26 |
| HSL | 51.58º | 0.83% | 0.41% | - |
| HSV(B) | 51.58º | 0.9% | 0.74% | - |
| XYZ | 34.55 | 37.77 | 6.04 | - |
| YUV | 155.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 18 | 0 | 0.13 | 0.90 | 0.26 | 51.58 | 0.83 | 0.41 |
| Hex | BD | A5 | 12 | 0 | D | 5A | 1A | 34 | 53 | 29 |
| Octal | 275 | 245 | 22 | 0 | 15 | 132 | 32 | 64 | 123 | 51 |
| Binary | 10111101 | 10100101 | 10010 | 0 | 1101 | 1011010 | 11010 | 110100 | 1010011 | 101001 |
Color Harmonies of #BDA512
Complementary color
Monochromatic Colors of #BDA512
Black with #BDA512
Text Example
Text Example
White with #BDA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA512; }
p { color: rgb(189,165,18); }
H1.HeaderClassName
{
color: #BDA512;
}
.AnyTagClassName
{
color: #BDA512;
}
</style>
background-color css
<style>
a { background-color: #BDA512; }
a { background-color: rgb(189,165,18); }
div.DivClassName
{
background-color: #BDA512;
}
.BgClassName
{
background-color: #BDA512;
}
</style>
border-color css
<style>
span { border-color: #BDA512; }
span { border-color: rgb(189,165,18); }
td.TdClassName
{
border-color: #BDA512;
}
.TagClassName
{
border-color: #BDA512;
}
</style>