Shades of Buddha Gold #BC9D21
Tints of Buddha Gold #BC9D21
RGB
CMYK
RGB Variations
Color information
#BC9D21 (or 0xBC9D21) is known color: Buddha Gold. HEX triplet: BC, 9D and 21. RGB value is (188,157,33). Sum of RGB (Red+Green+Blue) = 188+157+33=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D21 is #4362DE. Grayscale: #989898. Windows color (decimal): -4416223 or 2203068. OLE color: 2203068.
HSL color Cylindrical-coordinate representation of color #BC9D21: hue angle of 48º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC9D21 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 33 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.26 |
| HSL | 48º | 0.7% | 0.43% | - |
| HSV(B) | 48º | 0.82% | 0.74% | - |
| XYZ | 33.07 | 34.92 | 6.44 | - |
| YUV | 152.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 33 | 0 | 0.16 | 0.82 | 0.26 | 48 | 0.7 | 0.43 |
| Hex | BC | 9D | 21 | 0 | 10 | 52 | 1A | 30 | 46 | 2B |
| Octal | 274 | 235 | 41 | 0 | 20 | 122 | 32 | 60 | 106 | 53 |
| Binary | 10111100 | 10011101 | 100001 | 0 | 10000 | 1010010 | 11010 | 110000 | 1000110 | 101011 |
Color Harmonies of #BC9D21
Complementary color
Monochromatic Colors of #BC9D21
Black with #BC9D21
Text Example
Text Example
White with #BC9D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D21; }
p { color: rgb(188,157,33); }
H1.HeaderClassName
{
color: #BC9D21;
}
.AnyTagClassName
{
color: #BC9D21;
}
</style>
background-color css
<style>
a { background-color: #BC9D21; }
a { background-color: rgb(188,157,33); }
div.DivClassName
{
background-color: #BC9D21;
}
.BgClassName
{
background-color: #BC9D21;
}
</style>
border-color css
<style>
span { border-color: #BC9D21; }
span { border-color: rgb(188,157,33); }
td.TdClassName
{
border-color: #BC9D21;
}
.TagClassName
{
border-color: #BC9D21;
}
</style>