Shades of Buddha Gold #BCA101
Tints of Buddha Gold #BCA101
RGB
CMYK
RGB Variations
Color information
#BCA101 (or 0xBCA101) is known color: Buddha Gold. HEX triplet: BC, A1 and 01. RGB value is (188,161,1). Sum of RGB (Red+Green+Blue) = 188+161+1=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA101 is #435EFE. Grayscale: #979797. Windows color (decimal): -4415231 or 106940. OLE color: 106940.
HSL color Cylindrical-coordinate representation of color #BCA101: hue angle of 51.34º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCA101 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.26 |
| HSL | 51.34º | 0.99% | 0.37% | - |
| HSV(B) | 51.34º | 0.99% | 0.74% | - |
| XYZ | 33.49 | 36.18 | 5.25 | - |
| YUV | 150.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 1 | 0 | 0.14 | 0.99 | 0.26 | 51.34 | 0.99 | 0.37 |
| Hex | BC | A1 | 1 | 0 | E | 63 | 1A | 33 | 63 | 25 |
| Octal | 274 | 241 | 1 | 0 | 16 | 143 | 32 | 63 | 143 | 45 |
| Binary | 10111100 | 10100001 | 1 | 0 | 1110 | 1100011 | 11010 | 110011 | 1100011 | 100101 |
Color Harmonies of #BCA101
Complementary color
Monochromatic Colors of #BCA101
Black with #BCA101
Text Example
Text Example
White with #BCA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA101; }
p { color: rgb(188,161,1); }
H1.HeaderClassName
{
color: #BCA101;
}
.AnyTagClassName
{
color: #BCA101;
}
</style>
background-color css
<style>
a { background-color: #BCA101; }
a { background-color: rgb(188,161,1); }
div.DivClassName
{
background-color: #BCA101;
}
.BgClassName
{
background-color: #BCA101;
}
</style>
border-color css
<style>
span { border-color: #BCA101; }
span { border-color: rgb(188,161,1); }
td.TdClassName
{
border-color: #BCA101;
}
.TagClassName
{
border-color: #BCA101;
}
</style>