Shades of Buddha Gold #BC9312
Tints of Buddha Gold #BC9312
RGB
CMYK
RGB Variations
Color information
#BC9312 (or 0xBC9312) is known color: Buddha Gold. HEX triplet: BC, 93 and 12. RGB value is (188,147,18). Sum of RGB (Red+Green+Blue) = 188+147+18=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9312 is #436CED. Grayscale: #919191. Windows color (decimal): -4418798 or 1217468. OLE color: 1217468.
HSL color Cylindrical-coordinate representation of color #BC9312: hue angle of 45.53º 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 #BC9312 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 18 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.26 |
| HSL | 45.53º | 0.83% | 0.4% | - |
| HSV(B) | 45.53º | 0.9% | 0.74% | - |
| XYZ | 31.28 | 31.6 | 5.02 | - |
| YUV | 144.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 18 | 0 | 0.22 | 0.90 | 0.26 | 45.53 | 0.83 | 0.4 |
| Hex | BC | 93 | 12 | 0 | 16 | 5A | 1A | 2E | 53 | 28 |
| Octal | 274 | 223 | 22 | 0 | 26 | 132 | 32 | 56 | 123 | 50 |
| Binary | 10111100 | 10010011 | 10010 | 0 | 10110 | 1011010 | 11010 | 101110 | 1010011 | 101000 |
Color Harmonies of #BC9312
Complementary color
Monochromatic Colors of #BC9312
Black with #BC9312
Text Example
Text Example
White with #BC9312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9312; }
p { color: rgb(188,147,18); }
H1.HeaderClassName
{
color: #BC9312;
}
.AnyTagClassName
{
color: #BC9312;
}
</style>
background-color css
<style>
a { background-color: #BC9312; }
a { background-color: rgb(188,147,18); }
div.DivClassName
{
background-color: #BC9312;
}
.BgClassName
{
background-color: #BC9312;
}
</style>
border-color css
<style>
span { border-color: #BC9312; }
span { border-color: rgb(188,147,18); }
td.TdClassName
{
border-color: #BC9312;
}
.TagClassName
{
border-color: #BC9312;
}
</style>