Shades of Buddha Gold #BD9F18
Tints of Buddha Gold #BD9F18
RGB
CMYK
RGB Variations
Color information
#BD9F18 (or 0xBD9F18) is known color: Buddha Gold. HEX triplet: BD, 9F and 18. RGB value is (189,159,24). Sum of RGB (Red+Green+Blue) = 189+159+24=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F18 is #4260E7. Grayscale: #999999. Windows color (decimal): -4350184 or 1613757. OLE color: 1613757.
HSL color Cylindrical-coordinate representation of color #BD9F18: hue angle of 49.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD9F18 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 24 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.26 |
| HSL | 49.09º | 0.77% | 0.42% | - |
| HSV(B) | 49.09º | 0.87% | 0.74% | - |
| XYZ | 33.55 | 35.68 | 5.98 | - |
| YUV | 152.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 24 | 0 | 0.16 | 0.87 | 0.26 | 49.09 | 0.77 | 0.42 |
| Hex | BD | 9F | 18 | 0 | 10 | 57 | 1A | 31 | 4D | 2A |
| Octal | 275 | 237 | 30 | 0 | 20 | 127 | 32 | 61 | 115 | 52 |
| Binary | 10111101 | 10011111 | 11000 | 0 | 10000 | 1010111 | 11010 | 110001 | 1001101 | 101010 |
Color Harmonies of #BD9F18
Complementary color
Monochromatic Colors of #BD9F18
Black with #BD9F18
Text Example
Text Example
White with #BD9F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F18; }
p { color: rgb(189,159,24); }
H1.HeaderClassName
{
color: #BD9F18;
}
.AnyTagClassName
{
color: #BD9F18;
}
</style>
background-color css
<style>
a { background-color: #BD9F18; }
a { background-color: rgb(189,159,24); }
div.DivClassName
{
background-color: #BD9F18;
}
.BgClassName
{
background-color: #BD9F18;
}
</style>
border-color css
<style>
span { border-color: #BD9F18; }
span { border-color: rgb(189,159,24); }
td.TdClassName
{
border-color: #BD9F18;
}
.TagClassName
{
border-color: #BD9F18;
}
</style>