Shades of Buddha Gold #BC9D11
Tints of Buddha Gold #BC9D11
RGB
CMYK
RGB Variations
Color information
#BC9D11 (or 0xBC9D11) is known color: Buddha Gold. HEX triplet: BC, 9D and 11. RGB value is (188,157,17). Sum of RGB (Red+Green+Blue) = 188+157+17=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9D11 is #4362EE. Grayscale: #969696. Windows color (decimal): -4416239 or 1154492. OLE color: 1154492.
HSL color Cylindrical-coordinate representation of color #BC9D11: hue angle of 49.12º 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 #BC9D11 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 17 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.26 |
| HSL | 49.12º | 0.83% | 0.4% | - |
| HSV(B) | 49.12º | 0.91% | 0.74% | - |
| XYZ | 32.9 | 34.85 | 5.52 | - |
| YUV | 150.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 17 | 0 | 0.16 | 0.91 | 0.26 | 49.12 | 0.83 | 0.4 |
| Hex | BC | 9D | 11 | 0 | 10 | 5B | 1A | 31 | 53 | 28 |
| Octal | 274 | 235 | 21 | 0 | 20 | 133 | 32 | 61 | 123 | 50 |
| Binary | 10111100 | 10011101 | 10001 | 0 | 10000 | 1011011 | 11010 | 110001 | 1010011 | 101000 |
Color Harmonies of #BC9D11
Complementary color
Monochromatic Colors of #BC9D11
Black with #BC9D11
Text Example
Text Example
White with #BC9D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D11; }
p { color: rgb(188,157,17); }
H1.HeaderClassName
{
color: #BC9D11;
}
.AnyTagClassName
{
color: #BC9D11;
}
</style>
background-color css
<style>
a { background-color: #BC9D11; }
a { background-color: rgb(188,157,17); }
div.DivClassName
{
background-color: #BC9D11;
}
.BgClassName
{
background-color: #BC9D11;
}
</style>
border-color css
<style>
span { border-color: #BC9D11; }
span { border-color: rgb(188,157,17); }
td.TdClassName
{
border-color: #BC9D11;
}
.TagClassName
{
border-color: #BC9D11;
}
</style>