Shades of Buddha Gold #BCA115
Tints of Buddha Gold #BCA115
RGB
CMYK
RGB Variations
Color information
#BCA115 (or 0xBCA115) is known color: Buddha Gold. HEX triplet: BC, A1 and 15. RGB value is (188,161,21). Sum of RGB (Red+Green+Blue) = 188+161+21=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA115 is #435EEA. Grayscale: #999999. Windows color (decimal): -4415211 or 1417660. OLE color: 1417660.
HSL color Cylindrical-coordinate representation of color #BCA115: hue angle of 50.3º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCA115 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 21 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.26 |
| HSL | 50.3º | 0.8% | 0.41% | - |
| HSV(B) | 50.3º | 0.89% | 0.74% | - |
| XYZ | 33.62 | 36.24 | 5.93 | - |
| YUV | 153.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 21 | 0 | 0.14 | 0.89 | 0.26 | 50.3 | 0.8 | 0.41 |
| Hex | BC | A1 | 15 | 0 | E | 59 | 1A | 32 | 50 | 29 |
| Octal | 274 | 241 | 25 | 0 | 16 | 131 | 32 | 62 | 120 | 51 |
| Binary | 10111100 | 10100001 | 10101 | 0 | 1110 | 1011001 | 11010 | 110010 | 1010000 | 101001 |
Color Harmonies of #BCA115
Complementary color
Monochromatic Colors of #BCA115
Black with #BCA115
Text Example
Text Example
White with #BCA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA115; }
p { color: rgb(188,161,21); }
H1.HeaderClassName
{
color: #BCA115;
}
.AnyTagClassName
{
color: #BCA115;
}
</style>
background-color css
<style>
a { background-color: #BCA115; }
a { background-color: rgb(188,161,21); }
div.DivClassName
{
background-color: #BCA115;
}
.BgClassName
{
background-color: #BCA115;
}
</style>
border-color css
<style>
span { border-color: #BCA115; }
span { border-color: rgb(188,161,21); }
td.TdClassName
{
border-color: #BCA115;
}
.TagClassName
{
border-color: #BCA115;
}
</style>