Shades of Buddha Gold #BC9212
Tints of Buddha Gold #BC9212
RGB
CMYK
RGB Variations
Color information
#BC9212 (or 0xBC9212) is known color: Buddha Gold. HEX triplet: BC, 92 and 12. RGB value is (188,146,18). Sum of RGB (Red+Green+Blue) = 188+146+18=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9212 is #436DED. Grayscale: #909090. Windows color (decimal): -4419054 or 1217212. OLE color: 1217212.
HSL color Cylindrical-coordinate representation of color #BC9212: hue angle of 45.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9212 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 18 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.26 |
| HSL | 45.18º | 0.83% | 0.4% | - |
| HSV(B) | 45.18º | 0.9% | 0.74% | - |
| XYZ | 31.13 | 31.29 | 4.97 | - |
| YUV | 143.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 18 | 0 | 0.22 | 0.90 | 0.26 | 45.18 | 0.83 | 0.4 |
| Hex | BC | 92 | 12 | 0 | 16 | 5A | 1A | 2D | 53 | 28 |
| Octal | 274 | 222 | 22 | 0 | 26 | 132 | 32 | 55 | 123 | 50 |
| Binary | 10111100 | 10010010 | 10010 | 0 | 10110 | 1011010 | 11010 | 101101 | 1010011 | 101000 |
Color Harmonies of #BC9212
Complementary color
Monochromatic Colors of #BC9212
Black with #BC9212
Text Example
Text Example
White with #BC9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9212; }
p { color: rgb(188,146,18); }
H1.HeaderClassName
{
color: #BC9212;
}
.AnyTagClassName
{
color: #BC9212;
}
</style>
background-color css
<style>
a { background-color: #BC9212; }
a { background-color: rgb(188,146,18); }
div.DivClassName
{
background-color: #BC9212;
}
.BgClassName
{
background-color: #BC9212;
}
</style>
border-color css
<style>
span { border-color: #BC9212; }
span { border-color: rgb(188,146,18); }
td.TdClassName
{
border-color: #BC9212;
}
.TagClassName
{
border-color: #BC9212;
}
</style>