Shades of Buddha Gold #BDA712
Tints of Buddha Gold #BDA712
RGB
CMYK
RGB Variations
Color information
#BDA712 (or 0xBDA712) is known color: Buddha Gold. HEX triplet: BD, A7 and 12. RGB value is (189,167,18). Sum of RGB (Red+Green+Blue) = 189+167+18=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA712 is #4258ED. Grayscale: #9D9D9D. Windows color (decimal): -4348142 or 1222589. OLE color: 1222589.
HSL color Cylindrical-coordinate representation of color #BDA712: hue angle of 52.28º 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 #BDA712 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 18 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.26 |
| HSL | 52.28º | 0.83% | 0.41% | - |
| HSV(B) | 52.28º | 0.9% | 0.74% | - |
| XYZ | 34.91 | 38.5 | 6.16 | - |
| YUV | 156.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 18 | 0 | 0.12 | 0.90 | 0.26 | 52.28 | 0.83 | 0.41 |
| Hex | BD | A7 | 12 | 0 | C | 5A | 1A | 34 | 53 | 29 |
| Octal | 275 | 247 | 22 | 0 | 14 | 132 | 32 | 64 | 123 | 51 |
| Binary | 10111101 | 10100111 | 10010 | 0 | 1100 | 1011010 | 11010 | 110100 | 1010011 | 101001 |
Color Harmonies of #BDA712
Complementary color
Monochromatic Colors of #BDA712
Black with #BDA712
Text Example
Text Example
White with #BDA712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA712; }
p { color: rgb(189,167,18); }
H1.HeaderClassName
{
color: #BDA712;
}
.AnyTagClassName
{
color: #BDA712;
}
</style>
background-color css
<style>
a { background-color: #BDA712; }
a { background-color: rgb(189,167,18); }
div.DivClassName
{
background-color: #BDA712;
}
.BgClassName
{
background-color: #BDA712;
}
</style>
border-color css
<style>
span { border-color: #BDA712; }
span { border-color: rgb(189,167,18); }
td.TdClassName
{
border-color: #BDA712;
}
.TagClassName
{
border-color: #BDA712;
}
</style>