Shades of Buddha Gold #BD9A10
Tints of Buddha Gold #BD9A10
RGB
CMYK
RGB Variations
Color information
#BD9A10 (or 0xBD9A10) is known color: Buddha Gold. HEX triplet: BD, 9A and 10. RGB value is (189,154,16). Sum of RGB (Red+Green+Blue) = 189+154+16=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9A10 is #4265EF. Grayscale: #959595. Windows color (decimal): -4351472 or 1088189. OLE color: 1088189.
HSL color Cylindrical-coordinate representation of color #BD9A10: hue angle of 47.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD9A10 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.26 |
| HSL | 47.86º | 0.84% | 0.4% | - |
| HSV(B) | 47.86º | 0.92% | 0.74% | - |
| XYZ | 32.64 | 33.97 | 5.33 | - |
| YUV | 148.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 16 | 0 | 0.19 | 0.92 | 0.26 | 47.86 | 0.84 | 0.4 |
| Hex | BD | 9A | 10 | 0 | 13 | 5C | 1A | 30 | 54 | 28 |
| Octal | 275 | 232 | 20 | 0 | 23 | 134 | 32 | 60 | 124 | 50 |
| Binary | 10111101 | 10011010 | 10000 | 0 | 10011 | 1011100 | 11010 | 110000 | 1010100 | 101000 |
Color Harmonies of #BD9A10
Complementary color
Monochromatic Colors of #BD9A10
Black with #BD9A10
Text Example
Text Example
White with #BD9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A10; }
p { color: rgb(189,154,16); }
H1.HeaderClassName
{
color: #BD9A10;
}
.AnyTagClassName
{
color: #BD9A10;
}
</style>
background-color css
<style>
a { background-color: #BD9A10; }
a { background-color: rgb(189,154,16); }
div.DivClassName
{
background-color: #BD9A10;
}
.BgClassName
{
background-color: #BD9A10;
}
</style>
border-color css
<style>
span { border-color: #BD9A10; }
span { border-color: rgb(189,154,16); }
td.TdClassName
{
border-color: #BD9A10;
}
.TagClassName
{
border-color: #BD9A10;
}
</style>