Shades of Buddha Gold #BD9F16
Tints of Buddha Gold #BD9F16
RGB
CMYK
RGB Variations
Color information
#BD9F16 (or 0xBD9F16) is known color: Buddha Gold. HEX triplet: BD, 9F and 16. RGB value is (189,159,22). Sum of RGB (Red+Green+Blue) = 189+159+22=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F16 is #4260E9. Grayscale: #989898. Windows color (decimal): -4350186 or 1482685. OLE color: 1482685.
HSL color Cylindrical-coordinate representation of color #BD9F16: hue angle of 49.22º 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 #BD9F16 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 22 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.26 |
| HSL | 49.22º | 0.79% | 0.41% | - |
| HSV(B) | 49.22º | 0.88% | 0.74% | - |
| XYZ | 33.53 | 35.67 | 5.88 | - |
| YUV | 152.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 22 | 0 | 0.16 | 0.88 | 0.26 | 49.22 | 0.79 | 0.41 |
| Hex | BD | 9F | 16 | 0 | 10 | 58 | 1A | 31 | 4F | 29 |
| Octal | 275 | 237 | 26 | 0 | 20 | 130 | 32 | 61 | 117 | 51 |
| Binary | 10111101 | 10011111 | 10110 | 0 | 10000 | 1011000 | 11010 | 110001 | 1001111 | 101001 |
Color Harmonies of #BD9F16
Complementary color
Monochromatic Colors of #BD9F16
Black with #BD9F16
Text Example
Text Example
White with #BD9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F16; }
p { color: rgb(189,159,22); }
H1.HeaderClassName
{
color: #BD9F16;
}
.AnyTagClassName
{
color: #BD9F16;
}
</style>
background-color css
<style>
a { background-color: #BD9F16; }
a { background-color: rgb(189,159,22); }
div.DivClassName
{
background-color: #BD9F16;
}
.BgClassName
{
background-color: #BD9F16;
}
</style>
border-color css
<style>
span { border-color: #BD9F16; }
span { border-color: rgb(189,159,22); }
td.TdClassName
{
border-color: #BD9F16;
}
.TagClassName
{
border-color: #BD9F16;
}
</style>