Shades of Buddha Gold #BD9211
Tints of Buddha Gold #BD9211
RGB
CMYK
RGB Variations
Color information
#BD9211 (or 0xBD9211) is known color: Buddha Gold. HEX triplet: BD, 92 and 11. RGB value is (189,146,17). Sum of RGB (Red+Green+Blue) = 189+146+17=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9211 is #426DEE. Grayscale: #909090. Windows color (decimal): -4353519 or 1151677. OLE color: 1151677.
HSL color Cylindrical-coordinate representation of color #BD9211: hue angle of 45º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD9211 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 17 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.26 |
| HSL | 45º | 0.83% | 0.4% | - |
| HSV(B) | 45º | 0.91% | 0.74% | - |
| XYZ | 31.37 | 31.42 | 4.94 | - |
| YUV | 144.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 17 | 0 | 0.23 | 0.91 | 0.26 | 45 | 0.83 | 0.4 |
| Hex | BD | 92 | 11 | 0 | 17 | 5B | 1A | 2D | 53 | 28 |
| Octal | 275 | 222 | 21 | 0 | 27 | 133 | 32 | 55 | 123 | 50 |
| Binary | 10111101 | 10010010 | 10001 | 0 | 10111 | 1011011 | 11010 | 101101 | 1010011 | 101000 |
Color Harmonies of #BD9211
Complementary color
Monochromatic Colors of #BD9211
Black with #BD9211
Text Example
Text Example
White with #BD9211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9211; }
p { color: rgb(189,146,17); }
H1.HeaderClassName
{
color: #BD9211;
}
.AnyTagClassName
{
color: #BD9211;
}
</style>
background-color css
<style>
a { background-color: #BD9211; }
a { background-color: rgb(189,146,17); }
div.DivClassName
{
background-color: #BD9211;
}
.BgClassName
{
background-color: #BD9211;
}
</style>
border-color css
<style>
span { border-color: #BD9211; }
span { border-color: rgb(189,146,17); }
td.TdClassName
{
border-color: #BD9211;
}
.TagClassName
{
border-color: #BD9211;
}
</style>