Shades of Buddha Gold #BD9517
Tints of Buddha Gold #BD9517
RGB
CMYK
RGB Variations
Color information
#BD9517 (or 0xBD9517) is known color: Buddha Gold. HEX triplet: BD, 95 and 17. RGB value is (189,149,23). Sum of RGB (Red+Green+Blue) = 189+149+23=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9517 is #426AE8. Grayscale: #939393. Windows color (decimal): -4352745 or 1545661. OLE color: 1545661.
HSL color Cylindrical-coordinate representation of color #BD9517: hue angle of 45.54º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD9517 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 23 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.26 |
| HSL | 45.54º | 0.78% | 0.42% | - |
| HSV(B) | 45.54º | 0.88% | 0.74% | - |
| XYZ | 31.89 | 32.38 | 5.38 | - |
| YUV | 146.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 23 | 0 | 0.21 | 0.88 | 0.26 | 45.54 | 0.78 | 0.42 |
| Hex | BD | 95 | 17 | 0 | 15 | 58 | 1A | 2E | 4E | 2A |
| Octal | 275 | 225 | 27 | 0 | 25 | 130 | 32 | 56 | 116 | 52 |
| Binary | 10111101 | 10010101 | 10111 | 0 | 10101 | 1011000 | 11010 | 101110 | 1001110 | 101010 |
Color Harmonies of #BD9517
Complementary color
Monochromatic Colors of #BD9517
Black with #BD9517
Text Example
Text Example
White with #BD9517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9517; }
p { color: rgb(189,149,23); }
H1.HeaderClassName
{
color: #BD9517;
}
.AnyTagClassName
{
color: #BD9517;
}
</style>
background-color css
<style>
a { background-color: #BD9517; }
a { background-color: rgb(189,149,23); }
div.DivClassName
{
background-color: #BD9517;
}
.BgClassName
{
background-color: #BD9517;
}
</style>
border-color css
<style>
span { border-color: #BD9517; }
span { border-color: rgb(189,149,23); }
td.TdClassName
{
border-color: #BD9517;
}
.TagClassName
{
border-color: #BD9517;
}
</style>