Shades of Buddha Gold #BC9C04
Tints of Buddha Gold #BC9C04
RGB
CMYK
RGB Variations
Color information
#BC9C04 (or 0xBC9C04) is known color: Buddha Gold. HEX triplet: BC, 9C and 04. RGB value is (188,156,4). Sum of RGB (Red+Green+Blue) = 188+156+4=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C04 is #4363FB. Grayscale: #949494. Windows color (decimal): -4416508 or 302268. OLE color: 302268.
HSL color Cylindrical-coordinate representation of color #BC9C04: hue angle of 49.57º 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 #BC9C04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.26 |
| HSL | 49.57º | 0.96% | 0.38% | - |
| HSV(B) | 49.57º | 0.98% | 0.74% | - |
| XYZ | 32.65 | 34.48 | 5.05 | - |
| YUV | 148.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 4 | 0 | 0.17 | 0.98 | 0.26 | 49.57 | 0.96 | 0.38 |
| Hex | BC | 9C | 4 | 0 | 11 | 62 | 1A | 32 | 60 | 26 |
| Octal | 274 | 234 | 4 | 0 | 21 | 142 | 32 | 62 | 140 | 46 |
| Binary | 10111100 | 10011100 | 100 | 0 | 10001 | 1100010 | 11010 | 110010 | 1100000 | 100110 |
Color Harmonies of #BC9C04
Complementary color
Monochromatic Colors of #BC9C04
Black with #BC9C04
Text Example
Text Example
White with #BC9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C04; }
p { color: rgb(188,156,4); }
H1.HeaderClassName
{
color: #BC9C04;
}
.AnyTagClassName
{
color: #BC9C04;
}
</style>
background-color css
<style>
a { background-color: #BC9C04; }
a { background-color: rgb(188,156,4); }
div.DivClassName
{
background-color: #BC9C04;
}
.BgClassName
{
background-color: #BC9C04;
}
</style>
border-color css
<style>
span { border-color: #BC9C04; }
span { border-color: rgb(188,156,4); }
td.TdClassName
{
border-color: #BC9C04;
}
.TagClassName
{
border-color: #BC9C04;
}
</style>