Shades of Buddha Gold #BCA500
Tints of Buddha Gold #BCA500
RGB
CMYK
RGB Variations
Color information
#BCA500 (or 0xBCA500) is known color: Buddha Gold. HEX triplet: BC, A5 and 00. RGB value is (188,165,0). Sum of RGB (Red+Green+Blue) = 188+165+0=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA500 is #435AFF. Grayscale: #999999. Windows color (decimal): -4414208 or 42428. OLE color: 42428.
HSL color Cylindrical-coordinate representation of color #BCA500: hue angle of 52.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCA500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.26 |
| HSL | 52.66º | 1% | 0.37% | - |
| HSV(B) | 52.66º | 1% | 0.74% | - |
| XYZ | 34.19 | 37.6 | 5.46 | - |
| YUV | 153.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 0 | 0 | 0.12 | 1 | 0.26 | 52.66 | 1 | 0.37 |
| Hex | BC | A5 | 0 | 0 | C | 64 | 1A | 35 | 64 | 25 |
| Octal | 274 | 245 | 0 | 0 | 14 | 144 | 32 | 65 | 144 | 45 |
| Binary | 10111100 | 10100101 | 0 | 0 | 1100 | 1100100 | 11010 | 110101 | 1100100 | 100101 |
Color Harmonies of #BCA500
Complementary color
Monochromatic Colors of #BCA500
Black with #BCA500
Text Example
Text Example
White with #BCA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA500; }
p { color: rgb(188,165,0); }
H1.HeaderClassName
{
color: #BCA500;
}
.AnyTagClassName
{
color: #BCA500;
}
</style>
background-color css
<style>
a { background-color: #BCA500; }
a { background-color: rgb(188,165,0); }
div.DivClassName
{
background-color: #BCA500;
}
.BgClassName
{
background-color: #BCA500;
}
</style>
border-color css
<style>
span { border-color: #BCA500; }
span { border-color: rgb(188,165,0); }
td.TdClassName
{
border-color: #BCA500;
}
.TagClassName
{
border-color: #BCA500;
}
</style>