Shades of Buddha Gold #BCA60C
Tints of Buddha Gold #BCA60C
RGB
CMYK
RGB Variations
Color information
#BCA60C (or 0xBCA60C) is known color: Buddha Gold. HEX triplet: BC, A6 and 0C. RGB value is (188,166,12). Sum of RGB (Red+Green+Blue) = 188+166+12=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA60C is #4359F3. Grayscale: #9B9B9B. Windows color (decimal): -4413940 or 829116. OLE color: 829116.
HSL color Cylindrical-coordinate representation of color #BCA60C: hue angle of 52.5º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCA60C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.26 |
| HSL | 52.5º | 0.88% | 0.39% | - |
| HSV(B) | 52.5º | 0.94% | 0.74% | - |
| XYZ | 34.44 | 37.99 | 5.87 | - |
| YUV | 155.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 12 | 0 | 0.12 | 0.94 | 0.26 | 52.5 | 0.88 | 0.39 |
| Hex | BC | A6 | C | 0 | C | 5E | 1A | 34 | 58 | 27 |
| Octal | 274 | 246 | 14 | 0 | 14 | 136 | 32 | 64 | 130 | 47 |
| Binary | 10111100 | 10100110 | 1100 | 0 | 1100 | 1011110 | 11010 | 110100 | 1011000 | 100111 |
Color Harmonies of #BCA60C
Complementary color
Monochromatic Colors of #BCA60C
Black with #BCA60C
Text Example
Text Example
White with #BCA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA60C; }
p { color: rgb(188,166,12); }
H1.HeaderClassName
{
color: #BCA60C;
}
.AnyTagClassName
{
color: #BCA60C;
}
</style>
background-color css
<style>
a { background-color: #BCA60C; }
a { background-color: rgb(188,166,12); }
div.DivClassName
{
background-color: #BCA60C;
}
.BgClassName
{
background-color: #BCA60C;
}
</style>
border-color css
<style>
span { border-color: #BCA60C; }
span { border-color: rgb(188,166,12); }
td.TdClassName
{
border-color: #BCA60C;
}
.TagClassName
{
border-color: #BCA60C;
}
</style>