Shades of Buddha Gold #BD9E17
Tints of Buddha Gold #BD9E17
RGB
CMYK
RGB Variations
Color information
#BD9E17 (or 0xBD9E17) is known color: Buddha Gold. HEX triplet: BD, 9E and 17. RGB value is (189,158,23). Sum of RGB (Red+Green+Blue) = 189+158+23=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9E17 is #4261E8. Grayscale: #989898. Windows color (decimal): -4350441 or 1547965. OLE color: 1547965.
HSL color Cylindrical-coordinate representation of color #BD9E17: hue angle of 48.8º 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 #BD9E17 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 23 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.26 |
| HSL | 48.8º | 0.78% | 0.42% | - |
| HSV(B) | 48.8º | 0.88% | 0.74% | - |
| XYZ | 33.37 | 35.33 | 5.87 | - |
| YUV | 151.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 23 | 0 | 0.16 | 0.88 | 0.26 | 48.8 | 0.78 | 0.42 |
| Hex | BD | 9E | 17 | 0 | 10 | 58 | 1A | 31 | 4E | 2A |
| Octal | 275 | 236 | 27 | 0 | 20 | 130 | 32 | 61 | 116 | 52 |
| Binary | 10111101 | 10011110 | 10111 | 0 | 10000 | 1011000 | 11010 | 110001 | 1001110 | 101010 |
Color Harmonies of #BD9E17
Complementary color
Monochromatic Colors of #BD9E17
Black with #BD9E17
Text Example
Text Example
White with #BD9E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E17; }
p { color: rgb(189,158,23); }
H1.HeaderClassName
{
color: #BD9E17;
}
.AnyTagClassName
{
color: #BD9E17;
}
</style>
background-color css
<style>
a { background-color: #BD9E17; }
a { background-color: rgb(189,158,23); }
div.DivClassName
{
background-color: #BD9E17;
}
.BgClassName
{
background-color: #BD9E17;
}
</style>
border-color css
<style>
span { border-color: #BD9E17; }
span { border-color: rgb(189,158,23); }
td.TdClassName
{
border-color: #BD9E17;
}
.TagClassName
{
border-color: #BD9E17;
}
</style>