Shades of Buddha Gold #BC9C21
Tints of Buddha Gold #BC9C21
RGB
CMYK
RGB Variations
Color information
#BC9C21 (or 0xBC9C21) is known color: Buddha Gold. HEX triplet: BC, 9C and 21. RGB value is (188,156,33). Sum of RGB (Red+Green+Blue) = 188+156+33=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C21 is #4363DE. Grayscale: #989898. Windows color (decimal): -4416479 or 2202812. OLE color: 2202812.
HSL color Cylindrical-coordinate representation of color #BC9C21: hue angle of 47.61º 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 #BC9C21 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 33 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.26 |
| HSL | 47.61º | 0.7% | 0.43% | - |
| HSV(B) | 47.61º | 0.82% | 0.74% | - |
| XYZ | 32.9 | 34.58 | 6.38 | - |
| YUV | 151.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 33 | 0 | 0.17 | 0.82 | 0.26 | 47.61 | 0.7 | 0.43 |
| Hex | BC | 9C | 21 | 0 | 11 | 52 | 1A | 30 | 46 | 2B |
| Octal | 274 | 234 | 41 | 0 | 21 | 122 | 32 | 60 | 106 | 53 |
| Binary | 10111100 | 10011100 | 100001 | 0 | 10001 | 1010010 | 11010 | 110000 | 1000110 | 101011 |
Color Harmonies of #BC9C21
Complementary color
Monochromatic Colors of #BC9C21
Black with #BC9C21
Text Example
Text Example
White with #BC9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C21; }
p { color: rgb(188,156,33); }
H1.HeaderClassName
{
color: #BC9C21;
}
.AnyTagClassName
{
color: #BC9C21;
}
</style>
background-color css
<style>
a { background-color: #BC9C21; }
a { background-color: rgb(188,156,33); }
div.DivClassName
{
background-color: #BC9C21;
}
.BgClassName
{
background-color: #BC9C21;
}
</style>
border-color css
<style>
span { border-color: #BC9C21; }
span { border-color: rgb(188,156,33); }
td.TdClassName
{
border-color: #BC9C21;
}
.TagClassName
{
border-color: #BC9C21;
}
</style>