Shades of Buddha Gold #BD9213
Tints of Buddha Gold #BD9213
RGB
CMYK
RGB Variations
Color information
#BD9213 (or 0xBD9213) is known color: Buddha Gold. HEX triplet: BD, 92 and 13. RGB value is (189,146,19). Sum of RGB (Red+Green+Blue) = 189+146+19=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9213 is #426DEC. Grayscale: #909090. Windows color (decimal): -4353517 or 1282749. OLE color: 1282749.
HSL color Cylindrical-coordinate representation of color #BD9213: hue angle of 44.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD9213 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.26 |
| HSL | 44.82º | 0.82% | 0.41% | - |
| HSV(B) | 44.82º | 0.9% | 0.74% | - |
| XYZ | 31.38 | 31.42 | 5.03 | - |
| YUV | 144.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 19 | 0 | 0.23 | 0.90 | 0.26 | 44.82 | 0.82 | 0.41 |
| Hex | BD | 92 | 13 | 0 | 17 | 5A | 1A | 2D | 52 | 29 |
| Octal | 275 | 222 | 23 | 0 | 27 | 132 | 32 | 55 | 122 | 51 |
| Binary | 10111101 | 10010010 | 10011 | 0 | 10111 | 1011010 | 11010 | 101101 | 1010010 | 101001 |
Color Harmonies of #BD9213
Complementary color
Monochromatic Colors of #BD9213
Black with #BD9213
Text Example
Text Example
White with #BD9213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9213; }
p { color: rgb(189,146,19); }
H1.HeaderClassName
{
color: #BD9213;
}
.AnyTagClassName
{
color: #BD9213;
}
</style>
background-color css
<style>
a { background-color: #BD9213; }
a { background-color: rgb(189,146,19); }
div.DivClassName
{
background-color: #BD9213;
}
.BgClassName
{
background-color: #BD9213;
}
</style>
border-color css
<style>
span { border-color: #BD9213; }
span { border-color: rgb(189,146,19); }
td.TdClassName
{
border-color: #BD9213;
}
.TagClassName
{
border-color: #BD9213;
}
</style>