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