Shades of Buddha Gold #BCA10F
Tints of Buddha Gold #BCA10F
RGB
CMYK
RGB Variations
Color information
#BCA10F (or 0xBCA10F) is known color: Buddha Gold. HEX triplet: BC, A1 and 0F. RGB value is (188,161,15). Sum of RGB (Red+Green+Blue) = 188+161+15=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA10F is #435EF0. Grayscale: #999999. Windows color (decimal): -4415217 or 1024444. OLE color: 1024444.
HSL color Cylindrical-coordinate representation of color #BCA10F: hue angle of 50.64º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCA10F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 15 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.26 |
| HSL | 50.64º | 0.85% | 0.4% | - |
| HSV(B) | 50.64º | 0.92% | 0.74% | - |
| XYZ | 33.57 | 36.22 | 5.67 | - |
| YUV | 152.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 15 | 0 | 0.14 | 0.92 | 0.26 | 50.64 | 0.85 | 0.4 |
| Hex | BC | A1 | F | 0 | E | 5C | 1A | 33 | 55 | 28 |
| Octal | 274 | 241 | 17 | 0 | 16 | 134 | 32 | 63 | 125 | 50 |
| Binary | 10111100 | 10100001 | 1111 | 0 | 1110 | 1011100 | 11010 | 110011 | 1010101 | 101000 |
Color Harmonies of #BCA10F
Complementary color
Monochromatic Colors of #BCA10F
Black with #BCA10F
Text Example
Text Example
White with #BCA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA10F; }
p { color: rgb(188,161,15); }
H1.HeaderClassName
{
color: #BCA10F;
}
.AnyTagClassName
{
color: #BCA10F;
}
</style>
background-color css
<style>
a { background-color: #BCA10F; }
a { background-color: rgb(188,161,15); }
div.DivClassName
{
background-color: #BCA10F;
}
.BgClassName
{
background-color: #BCA10F;
}
</style>
border-color css
<style>
span { border-color: #BCA10F; }
span { border-color: rgb(188,161,15); }
td.TdClassName
{
border-color: #BCA10F;
}
.TagClassName
{
border-color: #BCA10F;
}
</style>