Shades of Buddha Gold #BD9D22
Tints of Buddha Gold #BD9D22
RGB
CMYK
RGB Variations
Color information
#BD9D22 (or 0xBD9D22) is known color: Buddha Gold. HEX triplet: BD, 9D and 22. RGB value is (189,157,34). Sum of RGB (Red+Green+Blue) = 189+157+34=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D22 is #4262DD. Grayscale: #999999. Windows color (decimal): -4350686 or 2268605. OLE color: 2268605.
HSL color Cylindrical-coordinate representation of color #BD9D22: hue angle of 47.61º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD9D22 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 34 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.26 |
| HSL | 47.61º | 0.7% | 0.44% | - |
| HSV(B) | 47.61º | 0.82% | 0.74% | - |
| XYZ | 33.33 | 35.05 | 6.52 | - |
| YUV | 152.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 34 | 0 | 0.17 | 0.82 | 0.26 | 47.61 | 0.7 | 0.44 |
| Hex | BD | 9D | 22 | 0 | 11 | 52 | 1A | 30 | 46 | 2C |
| Octal | 275 | 235 | 42 | 0 | 21 | 122 | 32 | 60 | 106 | 54 |
| Binary | 10111101 | 10011101 | 100010 | 0 | 10001 | 1010010 | 11010 | 110000 | 1000110 | 101100 |
Color Harmonies of #BD9D22
Complementary color
Monochromatic Colors of #BD9D22
Black with #BD9D22
Text Example
Text Example
White with #BD9D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D22; }
p { color: rgb(189,157,34); }
H1.HeaderClassName
{
color: #BD9D22;
}
.AnyTagClassName
{
color: #BD9D22;
}
</style>
background-color css
<style>
a { background-color: #BD9D22; }
a { background-color: rgb(189,157,34); }
div.DivClassName
{
background-color: #BD9D22;
}
.BgClassName
{
background-color: #BD9D22;
}
</style>
border-color css
<style>
span { border-color: #BD9D22; }
span { border-color: rgb(189,157,34); }
td.TdClassName
{
border-color: #BD9D22;
}
.TagClassName
{
border-color: #BD9D22;
}
</style>