Shades of Buddha Gold #BCA102
Tints of Buddha Gold #BCA102
RGB
CMYK
RGB Variations
Color information
#BCA102 (or 0xBCA102) is known color: Buddha Gold. HEX triplet: BC, A1 and 02. RGB value is (188,161,2). Sum of RGB (Red+Green+Blue) = 188+161+2=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA102 is #435EFD. Grayscale: #979797. Windows color (decimal): -4415230 or 172476. OLE color: 172476.
HSL color Cylindrical-coordinate representation of color #BCA102: hue angle of 51.29º degrees, saturation: 0.98, 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 #BCA102 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.26 |
| HSL | 51.29º | 0.98% | 0.37% | - |
| HSV(B) | 51.29º | 0.99% | 0.74% | - |
| XYZ | 33.49 | 36.19 | 5.28 | - |
| YUV | 150.95 | 43.95 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 2 | 0 | 0.14 | 0.99 | 0.26 | 51.29 | 0.98 | 0.37 |
| Hex | BC | A1 | 2 | 0 | E | 63 | 1A | 33 | 62 | 25 |
| Octal | 274 | 241 | 2 | 0 | 16 | 143 | 32 | 63 | 142 | 45 |
| Binary | 10111100 | 10100001 | 10 | 0 | 1110 | 1100011 | 11010 | 110011 | 1100010 | 100101 |
Color Harmonies of #BCA102
Complementary color
Monochromatic Colors of #BCA102
Black with #BCA102
Text Example
Text Example
White with #BCA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA102; }
p { color: rgb(188,161,2); }
H1.HeaderClassName
{
color: #BCA102;
}
.AnyTagClassName
{
color: #BCA102;
}
</style>
background-color css
<style>
a { background-color: #BCA102; }
a { background-color: rgb(188,161,2); }
div.DivClassName
{
background-color: #BCA102;
}
.BgClassName
{
background-color: #BCA102;
}
</style>
border-color css
<style>
span { border-color: #BCA102; }
span { border-color: rgb(188,161,2); }
td.TdClassName
{
border-color: #BCA102;
}
.TagClassName
{
border-color: #BCA102;
}
</style>