Shades of Buddha Gold #BD9F04
Tints of Buddha Gold #BD9F04
RGB
CMYK
RGB Variations
Color information
#BD9F04 (or 0xBD9F04) is known color: Buddha Gold. HEX triplet: BD, 9F and 04. RGB value is (189,159,4). Sum of RGB (Red+Green+Blue) = 189+159+4=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F04 is #4260FB. Grayscale: #969696. Windows color (decimal): -4350204 or 303037. OLE color: 303037.
HSL color Cylindrical-coordinate representation of color #BD9F04: hue angle of 50.27º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD9F04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.26 |
| HSL | 50.27º | 0.96% | 0.38% | - |
| HSV(B) | 50.27º | 0.98% | 0.74% | - |
| XYZ | 33.41 | 35.62 | 5.23 | - |
| YUV | 150.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 4 | 0 | 0.16 | 0.98 | 0.26 | 50.27 | 0.96 | 0.38 |
| Hex | BD | 9F | 4 | 0 | 10 | 62 | 1A | 32 | 60 | 26 |
| Octal | 275 | 237 | 4 | 0 | 20 | 142 | 32 | 62 | 140 | 46 |
| Binary | 10111101 | 10011111 | 100 | 0 | 10000 | 1100010 | 11010 | 110010 | 1100000 | 100110 |
Color Harmonies of #BD9F04
Complementary color
Monochromatic Colors of #BD9F04
Black with #BD9F04
Text Example
Text Example
White with #BD9F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F04; }
p { color: rgb(189,159,4); }
H1.HeaderClassName
{
color: #BD9F04;
}
.AnyTagClassName
{
color: #BD9F04;
}
</style>
background-color css
<style>
a { background-color: #BD9F04; }
a { background-color: rgb(189,159,4); }
div.DivClassName
{
background-color: #BD9F04;
}
.BgClassName
{
background-color: #BD9F04;
}
</style>
border-color css
<style>
span { border-color: #BD9F04; }
span { border-color: rgb(189,159,4); }
td.TdClassName
{
border-color: #BD9F04;
}
.TagClassName
{
border-color: #BD9F04;
}
</style>