Shades of Buddha Gold #BC9921
Tints of Buddha Gold #BC9921
RGB
CMYK
RGB Variations
Color information
#BC9921 (or 0xBC9921) is known color: Buddha Gold. HEX triplet: BC, 99 and 21. RGB value is (188,153,33). Sum of RGB (Red+Green+Blue) = 188+153+33=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9921 is #4366DE. Grayscale: #969696. Windows color (decimal): -4417247 or 2202044. OLE color: 2202044.
HSL color Cylindrical-coordinate representation of color #BC9921: hue angle of 46.45º 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 #BC9921 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 33 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.26 |
| HSL | 46.45º | 0.7% | 0.43% | - |
| HSV(B) | 46.45º | 0.82% | 0.74% | - |
| XYZ | 32.4 | 33.58 | 6.21 | - |
| YUV | 149.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 33 | 0 | 0.19 | 0.82 | 0.26 | 46.45 | 0.7 | 0.43 |
| Hex | BC | 99 | 21 | 0 | 13 | 52 | 1A | 2E | 46 | 2B |
| Octal | 274 | 231 | 41 | 0 | 23 | 122 | 32 | 56 | 106 | 53 |
| Binary | 10111100 | 10011001 | 100001 | 0 | 10011 | 1010010 | 11010 | 101110 | 1000110 | 101011 |
Color Harmonies of #BC9921
Complementary color
Monochromatic Colors of #BC9921
Black with #BC9921
Text Example
Text Example
White with #BC9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9921; }
p { color: rgb(188,153,33); }
H1.HeaderClassName
{
color: #BC9921;
}
.AnyTagClassName
{
color: #BC9921;
}
</style>
background-color css
<style>
a { background-color: #BC9921; }
a { background-color: rgb(188,153,33); }
div.DivClassName
{
background-color: #BC9921;
}
.BgClassName
{
background-color: #BC9921;
}
</style>
border-color css
<style>
span { border-color: #BC9921; }
span { border-color: rgb(188,153,33); }
td.TdClassName
{
border-color: #BC9921;
}
.TagClassName
{
border-color: #BC9921;
}
</style>