Shades of Buddha Gold #BC9C14
Tints of Buddha Gold #BC9C14
RGB
CMYK
RGB Variations
Color information
#BC9C14 (or 0xBC9C14) is known color: Buddha Gold. HEX triplet: BC, 9C and 14. RGB value is (188,156,20). Sum of RGB (Red+Green+Blue) = 188+156+20=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C14 is #4363EB. Grayscale: #969696. Windows color (decimal): -4416492 or 1350844. OLE color: 1350844.
HSL color Cylindrical-coordinate representation of color #BC9C14: hue angle of 48.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC9C14 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 20 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.26 |
| HSL | 48.57º | 0.81% | 0.41% | - |
| HSV(B) | 48.57º | 0.89% | 0.74% | - |
| XYZ | 32.75 | 34.52 | 5.6 | - |
| YUV | 150.06 | 54.6 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 20 | 0 | 0.17 | 0.89 | 0.26 | 48.57 | 0.81 | 0.41 |
| Hex | BC | 9C | 14 | 0 | 11 | 59 | 1A | 31 | 51 | 29 |
| Octal | 274 | 234 | 24 | 0 | 21 | 131 | 32 | 61 | 121 | 51 |
| Binary | 10111100 | 10011100 | 10100 | 0 | 10001 | 1011001 | 11010 | 110001 | 1010001 | 101001 |
Color Harmonies of #BC9C14
Complementary color
Monochromatic Colors of #BC9C14
Black with #BC9C14
Text Example
Text Example
White with #BC9C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C14; }
p { color: rgb(188,156,20); }
H1.HeaderClassName
{
color: #BC9C14;
}
.AnyTagClassName
{
color: #BC9C14;
}
</style>
background-color css
<style>
a { background-color: #BC9C14; }
a { background-color: rgb(188,156,20); }
div.DivClassName
{
background-color: #BC9C14;
}
.BgClassName
{
background-color: #BC9C14;
}
</style>
border-color css
<style>
span { border-color: #BC9C14; }
span { border-color: rgb(188,156,20); }
td.TdClassName
{
border-color: #BC9C14;
}
.TagClassName
{
border-color: #BC9C14;
}
</style>