Shades of Buddha Gold #BCA512
Tints of Buddha Gold #BCA512
RGB
CMYK
RGB Variations
Color information
#BCA512 (or 0xBCA512) is known color: Buddha Gold. HEX triplet: BC, A5 and 12. RGB value is (188,165,18). Sum of RGB (Red+Green+Blue) = 188+165+18=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA512 is #435AED. Grayscale: #9B9B9B. Windows color (decimal): -4414190 or 1222076. OLE color: 1222076.
HSL color Cylindrical-coordinate representation of color #BCA512: hue angle of 51.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCA512 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 18 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.26 |
| HSL | 51.88º | 0.83% | 0.4% | - |
| HSV(B) | 51.88º | 0.9% | 0.74% | - |
| XYZ | 34.3 | 37.65 | 6.03 | - |
| YUV | 155.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 18 | 0 | 0.12 | 0.90 | 0.26 | 51.88 | 0.83 | 0.4 |
| Hex | BC | A5 | 12 | 0 | C | 5A | 1A | 34 | 53 | 28 |
| Octal | 274 | 245 | 22 | 0 | 14 | 132 | 32 | 64 | 123 | 50 |
| Binary | 10111100 | 10100101 | 10010 | 0 | 1100 | 1011010 | 11010 | 110100 | 1010011 | 101000 |
Color Harmonies of #BCA512
Complementary color
Monochromatic Colors of #BCA512
Black with #BCA512
Text Example
Text Example
White with #BCA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA512; }
p { color: rgb(188,165,18); }
H1.HeaderClassName
{
color: #BCA512;
}
.AnyTagClassName
{
color: #BCA512;
}
</style>
background-color css
<style>
a { background-color: #BCA512; }
a { background-color: rgb(188,165,18); }
div.DivClassName
{
background-color: #BCA512;
}
.BgClassName
{
background-color: #BCA512;
}
</style>
border-color css
<style>
span { border-color: #BCA512; }
span { border-color: rgb(188,165,18); }
td.TdClassName
{
border-color: #BCA512;
}
.TagClassName
{
border-color: #BCA512;
}
</style>