Shades of Buddha Gold #BD9F15
Tints of Buddha Gold #BD9F15
RGB
CMYK
RGB Variations
Color information
#BD9F15 (or 0xBD9F15) is known color: Buddha Gold. HEX triplet: BD, 9F and 15. RGB value is (189,159,21). Sum of RGB (Red+Green+Blue) = 189+159+21=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F15 is #4260EA. Grayscale: #989898. Windows color (decimal): -4350187 or 1417149. OLE color: 1417149.
HSL color Cylindrical-coordinate representation of color #BD9F15: hue angle of 49.29º 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 #BD9F15 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 21 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.26 |
| HSL | 49.29º | 0.8% | 0.41% | - |
| HSV(B) | 49.29º | 0.89% | 0.74% | - |
| XYZ | 33.52 | 35.67 | 5.83 | - |
| YUV | 152.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 21 | 0 | 0.16 | 0.89 | 0.26 | 49.29 | 0.8 | 0.41 |
| Hex | BD | 9F | 15 | 0 | 10 | 59 | 1A | 31 | 50 | 29 |
| Octal | 275 | 237 | 25 | 0 | 20 | 131 | 32 | 61 | 120 | 51 |
| Binary | 10111101 | 10011111 | 10101 | 0 | 10000 | 1011001 | 11010 | 110001 | 1010000 | 101001 |
Color Harmonies of #BD9F15
Complementary color
Monochromatic Colors of #BD9F15
Black with #BD9F15
Text Example
Text Example
White with #BD9F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F15; }
p { color: rgb(189,159,21); }
H1.HeaderClassName
{
color: #BD9F15;
}
.AnyTagClassName
{
color: #BD9F15;
}
</style>
background-color css
<style>
a { background-color: #BD9F15; }
a { background-color: rgb(189,159,21); }
div.DivClassName
{
background-color: #BD9F15;
}
.BgClassName
{
background-color: #BD9F15;
}
</style>
border-color css
<style>
span { border-color: #BD9F15; }
span { border-color: rgb(189,159,21); }
td.TdClassName
{
border-color: #BD9F15;
}
.TagClassName
{
border-color: #BD9F15;
}
</style>