Shades of Buddha Gold #BCA01C
Tints of Buddha Gold #BCA01C
RGB
CMYK
RGB Variations
Color information
#BCA01C (or 0xBCA01C) is known color: Buddha Gold. HEX triplet: BC, A0 and 1C. RGB value is (188,160,28). Sum of RGB (Red+Green+Blue) = 188+160+28=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA01C is #435FE3. Grayscale: #999999. Windows color (decimal): -4415460 or 1876156. OLE color: 1876156.
HSL color Cylindrical-coordinate representation of color #BCA01C: hue angle of 49.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCA01C is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 28 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.26 |
| HSL | 49.5º | 0.74% | 0.42% | - |
| HSV(B) | 49.5º | 0.85% | 0.74% | - |
| XYZ | 33.52 | 35.92 | 6.26 | - |
| YUV | 153.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 28 | 0 | 0.15 | 0.85 | 0.26 | 49.5 | 0.74 | 0.42 |
| Hex | BC | A0 | 1C | 0 | F | 55 | 1A | 32 | 4A | 2A |
| Octal | 274 | 240 | 34 | 0 | 17 | 125 | 32 | 62 | 112 | 52 |
| Binary | 10111100 | 10100000 | 11100 | 0 | 1111 | 1010101 | 11010 | 110010 | 1001010 | 101010 |
Color Harmonies of #BCA01C
Complementary color
Monochromatic Colors of #BCA01C
Black with #BCA01C
Text Example
Text Example
White with #BCA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA01C; }
p { color: rgb(188,160,28); }
H1.HeaderClassName
{
color: #BCA01C;
}
.AnyTagClassName
{
color: #BCA01C;
}
</style>
background-color css
<style>
a { background-color: #BCA01C; }
a { background-color: rgb(188,160,28); }
div.DivClassName
{
background-color: #BCA01C;
}
.BgClassName
{
background-color: #BCA01C;
}
</style>
border-color css
<style>
span { border-color: #BCA01C; }
span { border-color: rgb(188,160,28); }
td.TdClassName
{
border-color: #BCA01C;
}
.TagClassName
{
border-color: #BCA01C;
}
</style>