Shades of Buddha Gold #BC9912
Tints of Buddha Gold #BC9912
RGB
CMYK
RGB Variations
Color information
#BC9912 (or 0xBC9912) is known color: Buddha Gold. HEX triplet: BC, 99 and 12. RGB value is (188,153,18). Sum of RGB (Red+Green+Blue) = 188+153+18=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9912 is #4366ED. Grayscale: #949494. Windows color (decimal): -4417262 or 1219004. OLE color: 1219004.
HSL color Cylindrical-coordinate representation of color #BC9912: hue angle of 47.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9912 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 18 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.26 |
| HSL | 47.65º | 0.83% | 0.4% | - |
| HSV(B) | 47.65º | 0.9% | 0.74% | - |
| XYZ | 32.24 | 33.52 | 5.34 | - |
| YUV | 148.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 18 | 0 | 0.19 | 0.90 | 0.26 | 47.65 | 0.83 | 0.4 |
| Hex | BC | 99 | 12 | 0 | 13 | 5A | 1A | 30 | 53 | 28 |
| Octal | 274 | 231 | 22 | 0 | 23 | 132 | 32 | 60 | 123 | 50 |
| Binary | 10111100 | 10011001 | 10010 | 0 | 10011 | 1011010 | 11010 | 110000 | 1010011 | 101000 |
Color Harmonies of #BC9912
Complementary color
Monochromatic Colors of #BC9912
Black with #BC9912
Text Example
Text Example
White with #BC9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9912; }
p { color: rgb(188,153,18); }
H1.HeaderClassName
{
color: #BC9912;
}
.AnyTagClassName
{
color: #BC9912;
}
</style>
background-color css
<style>
a { background-color: #BC9912; }
a { background-color: rgb(188,153,18); }
div.DivClassName
{
background-color: #BC9912;
}
.BgClassName
{
background-color: #BC9912;
}
</style>
border-color css
<style>
span { border-color: #BC9912; }
span { border-color: rgb(188,153,18); }
td.TdClassName
{
border-color: #BC9912;
}
.TagClassName
{
border-color: #BC9912;
}
</style>