Shades of Buddha Gold #BCA100
Tints of Buddha Gold #BCA100
RGB
CMYK
RGB Variations
Color information
#BCA100 (or 0xBCA100) is known color: Buddha Gold. HEX triplet: BC, A1 and 00. RGB value is (188,161,0). Sum of RGB (Red+Green+Blue) = 188+161+0=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA100 is #435EFF. Grayscale: #979797. Windows color (decimal): -4415232 or 41404. OLE color: 41404.
HSL color Cylindrical-coordinate representation of color #BCA100: hue angle of 51.38º 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 #BCA100 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.26 |
| HSL | 51.38º | 1% | 0.37% | - |
| HSV(B) | 51.38º | 1% | 0.74% | - |
| XYZ | 33.48 | 36.18 | 5.22 | - |
| YUV | 150.72 | 42.95 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 0 | 0 | 0.14 | 1 | 0.26 | 51.38 | 1 | 0.37 |
| Hex | BC | A1 | 0 | 0 | E | 64 | 1A | 33 | 64 | 25 |
| Octal | 274 | 241 | 0 | 0 | 16 | 144 | 32 | 63 | 144 | 45 |
| Binary | 10111100 | 10100001 | 0 | 0 | 1110 | 1100100 | 11010 | 110011 | 1100100 | 100101 |
Color Harmonies of #BCA100
Complementary color
Monochromatic Colors of #BCA100
Black with #BCA100
Text Example
Text Example
White with #BCA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA100; }
p { color: rgb(188,161,0); }
H1.HeaderClassName
{
color: #BCA100;
}
.AnyTagClassName
{
color: #BCA100;
}
</style>
background-color css
<style>
a { background-color: #BCA100; }
a { background-color: rgb(188,161,0); }
div.DivClassName
{
background-color: #BCA100;
}
.BgClassName
{
background-color: #BCA100;
}
</style>
border-color css
<style>
span { border-color: #BCA100; }
span { border-color: rgb(188,161,0); }
td.TdClassName
{
border-color: #BCA100;
}
.TagClassName
{
border-color: #BCA100;
}
</style>