Shades of Buddha Gold #BC9511
Tints of Buddha Gold #BC9511
RGB
CMYK
RGB Variations
Color information
#BC9511 (or 0xBC9511) is known color: Buddha Gold. HEX triplet: BC, 95 and 11. RGB value is (188,149,17). Sum of RGB (Red+Green+Blue) = 188+149+17=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9511 is #436AEE. Grayscale: #929292. Windows color (decimal): -4418287 or 1152444. OLE color: 1152444.
HSL color Cylindrical-coordinate representation of color #BC9511: hue angle of 46.32º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC9511 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.26 |
| HSL | 46.32º | 0.83% | 0.4% | - |
| HSV(B) | 46.32º | 0.91% | 0.74% | - |
| XYZ | 31.59 | 32.23 | 5.09 | - |
| YUV | 145.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 17 | 0 | 0.21 | 0.91 | 0.26 | 46.32 | 0.83 | 0.4 |
| Hex | BC | 95 | 11 | 0 | 15 | 5B | 1A | 2E | 53 | 28 |
| Octal | 274 | 225 | 21 | 0 | 25 | 133 | 32 | 56 | 123 | 50 |
| Binary | 10111100 | 10010101 | 10001 | 0 | 10101 | 1011011 | 11010 | 101110 | 1010011 | 101000 |
Color Harmonies of #BC9511
Complementary color
Monochromatic Colors of #BC9511
Black with #BC9511
Text Example
Text Example
White with #BC9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9511; }
p { color: rgb(188,149,17); }
H1.HeaderClassName
{
color: #BC9511;
}
.AnyTagClassName
{
color: #BC9511;
}
</style>
background-color css
<style>
a { background-color: #BC9511; }
a { background-color: rgb(188,149,17); }
div.DivClassName
{
background-color: #BC9511;
}
.BgClassName
{
background-color: #BC9511;
}
</style>
border-color css
<style>
span { border-color: #BC9511; }
span { border-color: rgb(188,149,17); }
td.TdClassName
{
border-color: #BC9511;
}
.TagClassName
{
border-color: #BC9511;
}
</style>