Shades of Buddha Gold #BCA301
Tints of Buddha Gold #BCA301
RGB
CMYK
RGB Variations
Color information
#BCA301 (or 0xBCA301) is known color: Buddha Gold. HEX triplet: BC, A3 and 01. RGB value is (188,163,1). Sum of RGB (Red+Green+Blue) = 188+163+1=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA301 is #435CFE. Grayscale: #989898. Windows color (decimal): -4414719 or 107452. OLE color: 107452.
HSL color Cylindrical-coordinate representation of color #BCA301: hue angle of 51.98º 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 #BCA301 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.26 |
| HSL | 51.98º | 0.99% | 0.37% | - |
| HSV(B) | 51.98º | 0.99% | 0.74% | - |
| XYZ | 33.84 | 36.89 | 5.37 | - |
| YUV | 152.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 1 | 0 | 0.13 | 0.99 | 0.26 | 51.98 | 0.99 | 0.37 |
| Hex | BC | A3 | 1 | 0 | D | 63 | 1A | 34 | 63 | 25 |
| Octal | 274 | 243 | 1 | 0 | 15 | 143 | 32 | 64 | 143 | 45 |
| Binary | 10111100 | 10100011 | 1 | 0 | 1101 | 1100011 | 11010 | 110100 | 1100011 | 100101 |
Color Harmonies of #BCA301
Complementary color
Monochromatic Colors of #BCA301
Black with #BCA301
Text Example
Text Example
White with #BCA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA301; }
p { color: rgb(188,163,1); }
H1.HeaderClassName
{
color: #BCA301;
}
.AnyTagClassName
{
color: #BCA301;
}
</style>
background-color css
<style>
a { background-color: #BCA301; }
a { background-color: rgb(188,163,1); }
div.DivClassName
{
background-color: #BCA301;
}
.BgClassName
{
background-color: #BCA301;
}
</style>
border-color css
<style>
span { border-color: #BCA301; }
span { border-color: rgb(188,163,1); }
td.TdClassName
{
border-color: #BCA301;
}
.TagClassName
{
border-color: #BCA301;
}
</style>