Shades of Buddha Gold #BC9A04
Tints of Buddha Gold #BC9A04
RGB
CMYK
RGB Variations
Color information
#BC9A04 (or 0xBC9A04) is known color: Buddha Gold. HEX triplet: BC, 9A and 04. RGB value is (188,154,4). Sum of RGB (Red+Green+Blue) = 188+154+4=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A04 is #4365FB. Grayscale: #939393. Windows color (decimal): -4417020 or 301756. OLE color: 301756.
HSL color Cylindrical-coordinate representation of color #BC9A04: hue angle of 48.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC9A04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.26 |
| HSL | 48.91º | 0.96% | 0.38% | - |
| HSV(B) | 48.91º | 0.98% | 0.74% | - |
| XYZ | 32.32 | 33.81 | 4.94 | - |
| YUV | 147.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 4 | 0 | 0.18 | 0.98 | 0.26 | 48.91 | 0.96 | 0.38 |
| Hex | BC | 9A | 4 | 0 | 12 | 62 | 1A | 31 | 60 | 26 |
| Octal | 274 | 232 | 4 | 0 | 22 | 142 | 32 | 61 | 140 | 46 |
| Binary | 10111100 | 10011010 | 100 | 0 | 10010 | 1100010 | 11010 | 110001 | 1100000 | 100110 |
Color Harmonies of #BC9A04
Complementary color
Monochromatic Colors of #BC9A04
Black with #BC9A04
Text Example
Text Example
White with #BC9A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A04; }
p { color: rgb(188,154,4); }
H1.HeaderClassName
{
color: #BC9A04;
}
.AnyTagClassName
{
color: #BC9A04;
}
</style>
background-color css
<style>
a { background-color: #BC9A04; }
a { background-color: rgb(188,154,4); }
div.DivClassName
{
background-color: #BC9A04;
}
.BgClassName
{
background-color: #BC9A04;
}
</style>
border-color css
<style>
span { border-color: #BC9A04; }
span { border-color: rgb(188,154,4); }
td.TdClassName
{
border-color: #BC9A04;
}
.TagClassName
{
border-color: #BC9A04;
}
</style>