Shades of Buddha Gold #BD9512
Tints of Buddha Gold #BD9512
RGB
CMYK
RGB Variations
Color information
#BD9512 (or 0xBD9512) is known color: Buddha Gold. HEX triplet: BD, 95 and 12. RGB value is (189,149,18). Sum of RGB (Red+Green+Blue) = 189+149+18=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9512 is #426AED. Grayscale: #929292. Windows color (decimal): -4352750 or 1217981. OLE color: 1217981.
HSL color Cylindrical-coordinate representation of color #BD9512: hue angle of 45.96º 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 #BD9512 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 18 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.26 |
| HSL | 45.96º | 0.83% | 0.41% | - |
| HSV(B) | 45.96º | 0.9% | 0.74% | - |
| XYZ | 31.84 | 32.36 | 5.14 | - |
| YUV | 146.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 18 | 0 | 0.21 | 0.90 | 0.26 | 45.96 | 0.83 | 0.41 |
| Hex | BD | 95 | 12 | 0 | 15 | 5A | 1A | 2E | 53 | 29 |
| Octal | 275 | 225 | 22 | 0 | 25 | 132 | 32 | 56 | 123 | 51 |
| Binary | 10111101 | 10010101 | 10010 | 0 | 10101 | 1011010 | 11010 | 101110 | 1010011 | 101001 |
Color Harmonies of #BD9512
Complementary color
Monochromatic Colors of #BD9512
Black with #BD9512
Text Example
Text Example
White with #BD9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9512; }
p { color: rgb(189,149,18); }
H1.HeaderClassName
{
color: #BD9512;
}
.AnyTagClassName
{
color: #BD9512;
}
</style>
background-color css
<style>
a { background-color: #BD9512; }
a { background-color: rgb(189,149,18); }
div.DivClassName
{
background-color: #BD9512;
}
.BgClassName
{
background-color: #BD9512;
}
</style>
border-color css
<style>
span { border-color: #BD9512; }
span { border-color: rgb(189,149,18); }
td.TdClassName
{
border-color: #BD9512;
}
.TagClassName
{
border-color: #BD9512;
}
</style>