Shades of Buddha Gold #BD9A16
Tints of Buddha Gold #BD9A16
RGB
CMYK
RGB Variations
Color information
#BD9A16 (or 0xBD9A16) is known color: Buddha Gold. HEX triplet: BD, 9A and 16. RGB value is (189,154,22). Sum of RGB (Red+Green+Blue) = 189+154+22=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9A16 is #4265E9. Grayscale: #959595. Windows color (decimal): -4351466 or 1481405. OLE color: 1481405.
HSL color Cylindrical-coordinate representation of color #BD9A16: hue angle of 47.43º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD9A16 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 22 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.26 |
| HSL | 47.43º | 0.79% | 0.41% | - |
| HSV(B) | 47.43º | 0.88% | 0.74% | - |
| XYZ | 32.69 | 33.99 | 5.6 | - |
| YUV | 149.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 22 | 0 | 0.19 | 0.88 | 0.26 | 47.43 | 0.79 | 0.41 |
| Hex | BD | 9A | 16 | 0 | 13 | 58 | 1A | 2F | 4F | 29 |
| Octal | 275 | 232 | 26 | 0 | 23 | 130 | 32 | 57 | 117 | 51 |
| Binary | 10111101 | 10011010 | 10110 | 0 | 10011 | 1011000 | 11010 | 101111 | 1001111 | 101001 |
Color Harmonies of #BD9A16
Complementary color
Monochromatic Colors of #BD9A16
Black with #BD9A16
Text Example
Text Example
White with #BD9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A16; }
p { color: rgb(189,154,22); }
H1.HeaderClassName
{
color: #BD9A16;
}
.AnyTagClassName
{
color: #BD9A16;
}
</style>
background-color css
<style>
a { background-color: #BD9A16; }
a { background-color: rgb(189,154,22); }
div.DivClassName
{
background-color: #BD9A16;
}
.BgClassName
{
background-color: #BD9A16;
}
</style>
border-color css
<style>
span { border-color: #BD9A16; }
span { border-color: rgb(189,154,22); }
td.TdClassName
{
border-color: #BD9A16;
}
.TagClassName
{
border-color: #BD9A16;
}
</style>