Shades of Buddha Gold #BD9518
Tints of Buddha Gold #BD9518
RGB
CMYK
RGB Variations
Color information
#BD9518 (or 0xBD9518) is known color: Buddha Gold. HEX triplet: BD, 95 and 18. RGB value is (189,149,24). Sum of RGB (Red+Green+Blue) = 189+149+24=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9518 is #426AE7. Grayscale: #939393. Windows color (decimal): -4352744 or 1611197. OLE color: 1611197.
HSL color Cylindrical-coordinate representation of color #BD9518: hue angle of 45.45º 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 #BD9518 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 24 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.26 |
| HSL | 45.45º | 0.77% | 0.42% | - |
| HSV(B) | 45.45º | 0.87% | 0.74% | - |
| XYZ | 31.9 | 32.38 | 5.43 | - |
| YUV | 146.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 24 | 0 | 0.21 | 0.87 | 0.26 | 45.45 | 0.77 | 0.42 |
| Hex | BD | 95 | 18 | 0 | 15 | 57 | 1A | 2D | 4D | 2A |
| Octal | 275 | 225 | 30 | 0 | 25 | 127 | 32 | 55 | 115 | 52 |
| Binary | 10111101 | 10010101 | 11000 | 0 | 10101 | 1010111 | 11010 | 101101 | 1001101 | 101010 |
Color Harmonies of #BD9518
Complementary color
Monochromatic Colors of #BD9518
Black with #BD9518
Text Example
Text Example
White with #BD9518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9518; }
p { color: rgb(189,149,24); }
H1.HeaderClassName
{
color: #BD9518;
}
.AnyTagClassName
{
color: #BD9518;
}
</style>
background-color css
<style>
a { background-color: #BD9518; }
a { background-color: rgb(189,149,24); }
div.DivClassName
{
background-color: #BD9518;
}
.BgClassName
{
background-color: #BD9518;
}
</style>
border-color css
<style>
span { border-color: #BD9518; }
span { border-color: rgb(189,149,24); }
td.TdClassName
{
border-color: #BD9518;
}
.TagClassName
{
border-color: #BD9518;
}
</style>