Shades of Buddha Gold #BCA30A
Tints of Buddha Gold #BCA30A
RGB
CMYK
RGB Variations
Color information
#BCA30A (or 0xBCA30A) is known color: Buddha Gold. HEX triplet: BC, A3 and 0A. RGB value is (188,163,10). Sum of RGB (Red+Green+Blue) = 188+163+10=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA30A is #435CF5. Grayscale: #999999. Windows color (decimal): -4414710 or 697276. OLE color: 697276.
HSL color Cylindrical-coordinate representation of color #BCA30A: hue angle of 51.57º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCA30A is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 10 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.26 |
| HSL | 51.57º | 0.9% | 0.39% | - |
| HSV(B) | 51.57º | 0.95% | 0.74% | - |
| XYZ | 33.89 | 36.91 | 5.62 | - |
| YUV | 153.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 10 | 0 | 0.13 | 0.95 | 0.26 | 51.57 | 0.9 | 0.39 |
| Hex | BC | A3 | A | 0 | D | 5F | 1A | 34 | 5A | 27 |
| Octal | 274 | 243 | 12 | 0 | 15 | 137 | 32 | 64 | 132 | 47 |
| Binary | 10111100 | 10100011 | 1010 | 0 | 1101 | 1011111 | 11010 | 110100 | 1011010 | 100111 |
Color Harmonies of #BCA30A
Complementary color
Monochromatic Colors of #BCA30A
Black with #BCA30A
Text Example
Text Example
White with #BCA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA30A; }
p { color: rgb(188,163,10); }
H1.HeaderClassName
{
color: #BCA30A;
}
.AnyTagClassName
{
color: #BCA30A;
}
</style>
background-color css
<style>
a { background-color: #BCA30A; }
a { background-color: rgb(188,163,10); }
div.DivClassName
{
background-color: #BCA30A;
}
.BgClassName
{
background-color: #BCA30A;
}
</style>
border-color css
<style>
span { border-color: #BCA30A; }
span { border-color: rgb(188,163,10); }
td.TdClassName
{
border-color: #BCA30A;
}
.TagClassName
{
border-color: #BCA30A;
}
</style>