Shades of Buddha Gold #BCA210
Tints of Buddha Gold #BCA210
RGB
CMYK
RGB Variations
Color information
#BCA210 (or 0xBCA210) is known color: Buddha Gold. HEX triplet: BC, A2 and 10. RGB value is (188,162,16). Sum of RGB (Red+Green+Blue) = 188+162+16=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA210 is #435DEF. Grayscale: #999999. Windows color (decimal): -4414960 or 1090236. OLE color: 1090236.
HSL color Cylindrical-coordinate representation of color #BCA210: hue angle of 50.93º degrees, saturation: 0.84, 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 #BCA210 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 16 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.26 |
| HSL | 50.93º | 0.84% | 0.4% | - |
| HSV(B) | 50.93º | 0.91% | 0.74% | - |
| XYZ | 33.75 | 36.57 | 5.77 | - |
| YUV | 153.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 16 | 0 | 0.14 | 0.91 | 0.26 | 50.93 | 0.84 | 0.4 |
| Hex | BC | A2 | 10 | 0 | E | 5B | 1A | 33 | 54 | 28 |
| Octal | 274 | 242 | 20 | 0 | 16 | 133 | 32 | 63 | 124 | 50 |
| Binary | 10111100 | 10100010 | 10000 | 0 | 1110 | 1011011 | 11010 | 110011 | 1010100 | 101000 |
Color Harmonies of #BCA210
Complementary color
Monochromatic Colors of #BCA210
Black with #BCA210
Text Example
Text Example
White with #BCA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA210; }
p { color: rgb(188,162,16); }
H1.HeaderClassName
{
color: #BCA210;
}
.AnyTagClassName
{
color: #BCA210;
}
</style>
background-color css
<style>
a { background-color: #BCA210; }
a { background-color: rgb(188,162,16); }
div.DivClassName
{
background-color: #BCA210;
}
.BgClassName
{
background-color: #BCA210;
}
</style>
border-color css
<style>
span { border-color: #BCA210; }
span { border-color: rgb(188,162,16); }
td.TdClassName
{
border-color: #BCA210;
}
.TagClassName
{
border-color: #BCA210;
}
</style>