Shades of Buddha Gold #BD9915
Tints of Buddha Gold #BD9915
RGB
CMYK
RGB Variations
Color information
#BD9915 (or 0xBD9915) is known color: Buddha Gold. HEX triplet: BD, 99 and 15. RGB value is (189,153,21). Sum of RGB (Red+Green+Blue) = 189+153+21=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9915 is #4266EA. Grayscale: #959595. Windows color (decimal): -4351723 or 1415613. OLE color: 1415613.
HSL color Cylindrical-coordinate representation of color #BD9915: hue angle of 47.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD9915 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 21 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.26 |
| HSL | 47.14º | 0.8% | 0.41% | - |
| HSV(B) | 47.14º | 0.89% | 0.74% | - |
| XYZ | 32.51 | 33.66 | 5.49 | - |
| YUV | 148.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 21 | 0 | 0.19 | 0.89 | 0.26 | 47.14 | 0.8 | 0.41 |
| Hex | BD | 99 | 15 | 0 | 13 | 59 | 1A | 2F | 50 | 29 |
| Octal | 275 | 231 | 25 | 0 | 23 | 131 | 32 | 57 | 120 | 51 |
| Binary | 10111101 | 10011001 | 10101 | 0 | 10011 | 1011001 | 11010 | 101111 | 1010000 | 101001 |
Color Harmonies of #BD9915
Complementary color
Monochromatic Colors of #BD9915
Black with #BD9915
Text Example
Text Example
White with #BD9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9915; }
p { color: rgb(189,153,21); }
H1.HeaderClassName
{
color: #BD9915;
}
.AnyTagClassName
{
color: #BD9915;
}
</style>
background-color css
<style>
a { background-color: #BD9915; }
a { background-color: rgb(189,153,21); }
div.DivClassName
{
background-color: #BD9915;
}
.BgClassName
{
background-color: #BD9915;
}
</style>
border-color css
<style>
span { border-color: #BD9915; }
span { border-color: rgb(189,153,21); }
td.TdClassName
{
border-color: #BD9915;
}
.TagClassName
{
border-color: #BD9915;
}
</style>