Shades of Buddha Gold #BCA303
Tints of Buddha Gold #BCA303
RGB
CMYK
RGB Variations
Color information
#BCA303 (or 0xBCA303) is known color: Buddha Gold. HEX triplet: BC, A3 and 03. RGB value is (188,163,3). Sum of RGB (Red+Green+Blue) = 188+163+3=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA303 is #435CFC. Grayscale: #989898. Windows color (decimal): -4414717 or 238524. OLE color: 238524.
HSL color Cylindrical-coordinate representation of color #BCA303: hue angle of 51.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCA303 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.26 |
| HSL | 51.89º | 0.97% | 0.37% | - |
| HSV(B) | 51.89º | 0.98% | 0.74% | - |
| XYZ | 33.85 | 36.89 | 5.42 | - |
| YUV | 152.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 3 | 0 | 0.13 | 0.98 | 0.26 | 51.89 | 0.97 | 0.37 |
| Hex | BC | A3 | 3 | 0 | D | 62 | 1A | 34 | 61 | 25 |
| Octal | 274 | 243 | 3 | 0 | 15 | 142 | 32 | 64 | 141 | 45 |
| Binary | 10111100 | 10100011 | 11 | 0 | 1101 | 1100010 | 11010 | 110100 | 1100001 | 100101 |
Color Harmonies of #BCA303
Complementary color
Monochromatic Colors of #BCA303
Black with #BCA303
Text Example
Text Example
White with #BCA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA303; }
p { color: rgb(188,163,3); }
H1.HeaderClassName
{
color: #BCA303;
}
.AnyTagClassName
{
color: #BCA303;
}
</style>
background-color css
<style>
a { background-color: #BCA303; }
a { background-color: rgb(188,163,3); }
div.DivClassName
{
background-color: #BCA303;
}
.BgClassName
{
background-color: #BCA303;
}
</style>
border-color css
<style>
span { border-color: #BCA303; }
span { border-color: rgb(188,163,3); }
td.TdClassName
{
border-color: #BCA303;
}
.TagClassName
{
border-color: #BCA303;
}
</style>