Shades of Buddha Gold #BC9720
Tints of Buddha Gold #BC9720
RGB
CMYK
RGB Variations
Color information
#BC9720 (or 0xBC9720) is known color: Buddha Gold. HEX triplet: BC, 97 and 20. RGB value is (188,151,32). Sum of RGB (Red+Green+Blue) = 188+151+32=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9720 is #4368DF. Grayscale: #959595. Windows color (decimal): -4417760 or 2135996. OLE color: 2135996.
HSL color Cylindrical-coordinate representation of color #BC9720: hue angle of 45.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC9720 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 32 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.26 |
| HSL | 45.77º | 0.71% | 0.43% | - |
| HSV(B) | 45.77º | 0.83% | 0.74% | - |
| XYZ | 32.07 | 32.93 | 6.03 | - |
| YUV | 148.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 32 | 0 | 0.20 | 0.83 | 0.26 | 45.77 | 0.71 | 0.43 |
| Hex | BC | 97 | 20 | 0 | 14 | 53 | 1A | 2E | 47 | 2B |
| Octal | 274 | 227 | 40 | 0 | 24 | 123 | 32 | 56 | 107 | 53 |
| Binary | 10111100 | 10010111 | 100000 | 0 | 10100 | 1010011 | 11010 | 101110 | 1000111 | 101011 |
Color Harmonies of #BC9720
Complementary color
Monochromatic Colors of #BC9720
Black with #BC9720
Text Example
Text Example
White with #BC9720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9720; }
p { color: rgb(188,151,32); }
H1.HeaderClassName
{
color: #BC9720;
}
.AnyTagClassName
{
color: #BC9720;
}
</style>
background-color css
<style>
a { background-color: #BC9720; }
a { background-color: rgb(188,151,32); }
div.DivClassName
{
background-color: #BC9720;
}
.BgClassName
{
background-color: #BC9720;
}
</style>
border-color css
<style>
span { border-color: #BC9720; }
span { border-color: rgb(188,151,32); }
td.TdClassName
{
border-color: #BC9720;
}
.TagClassName
{
border-color: #BC9720;
}
</style>