Shades of Buddha Gold #BC9C16
Tints of Buddha Gold #BC9C16
RGB
CMYK
RGB Variations
Color information
#BC9C16 (or 0xBC9C16) is known color: Buddha Gold. HEX triplet: BC, 9C and 16. RGB value is (188,156,22). Sum of RGB (Red+Green+Blue) = 188+156+22=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C16 is #4363E9. Grayscale: #969696. Windows color (decimal): -4416490 or 1481916. OLE color: 1481916.
HSL color Cylindrical-coordinate representation of color #BC9C16: hue angle of 48.43º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC9C16 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 22 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.26 |
| HSL | 48.43º | 0.79% | 0.41% | - |
| HSV(B) | 48.43º | 0.88% | 0.74% | - |
| XYZ | 32.77 | 34.53 | 5.7 | - |
| YUV | 150.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 22 | 0 | 0.17 | 0.88 | 0.26 | 48.43 | 0.79 | 0.41 |
| Hex | BC | 9C | 16 | 0 | 11 | 58 | 1A | 30 | 4F | 29 |
| Octal | 274 | 234 | 26 | 0 | 21 | 130 | 32 | 60 | 117 | 51 |
| Binary | 10111100 | 10011100 | 10110 | 0 | 10001 | 1011000 | 11010 | 110000 | 1001111 | 101001 |
Color Harmonies of #BC9C16
Complementary color
Monochromatic Colors of #BC9C16
Black with #BC9C16
Text Example
Text Example
White with #BC9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C16; }
p { color: rgb(188,156,22); }
H1.HeaderClassName
{
color: #BC9C16;
}
.AnyTagClassName
{
color: #BC9C16;
}
</style>
background-color css
<style>
a { background-color: #BC9C16; }
a { background-color: rgb(188,156,22); }
div.DivClassName
{
background-color: #BC9C16;
}
.BgClassName
{
background-color: #BC9C16;
}
</style>
border-color css
<style>
span { border-color: #BC9C16; }
span { border-color: rgb(188,156,22); }
td.TdClassName
{
border-color: #BC9C16;
}
.TagClassName
{
border-color: #BC9C16;
}
</style>