Shades of Buddha Gold #BCA121
Tints of Buddha Gold #BCA121
RGB
CMYK
RGB Variations
Color information
#BCA121 (or 0xBCA121) is known color: Buddha Gold. HEX triplet: BC, A1 and 21. RGB value is (188,161,33). Sum of RGB (Red+Green+Blue) = 188+161+33=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA121 is #435EDE. Grayscale: #9B9B9B. Windows color (decimal): -4415199 or 2204092. OLE color: 2204092.
HSL color Cylindrical-coordinate representation of color #BCA121: hue angle of 49.55º 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 #BCA121 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 33 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.26 |
| HSL | 49.55º | 0.7% | 0.43% | - |
| HSV(B) | 49.55º | 0.82% | 0.74% | - |
| XYZ | 33.76 | 36.29 | 6.66 | - |
| YUV | 154.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 33 | 0 | 0.14 | 0.82 | 0.26 | 49.55 | 0.7 | 0.43 |
| Hex | BC | A1 | 21 | 0 | E | 52 | 1A | 32 | 46 | 2B |
| Octal | 274 | 241 | 41 | 0 | 16 | 122 | 32 | 62 | 106 | 53 |
| Binary | 10111100 | 10100001 | 100001 | 0 | 1110 | 1010010 | 11010 | 110010 | 1000110 | 101011 |
Color Harmonies of #BCA121
Complementary color
Monochromatic Colors of #BCA121
Black with #BCA121
Text Example
Text Example
White with #BCA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA121; }
p { color: rgb(188,161,33); }
H1.HeaderClassName
{
color: #BCA121;
}
.AnyTagClassName
{
color: #BCA121;
}
</style>
background-color css
<style>
a { background-color: #BCA121; }
a { background-color: rgb(188,161,33); }
div.DivClassName
{
background-color: #BCA121;
}
.BgClassName
{
background-color: #BCA121;
}
</style>
border-color css
<style>
span { border-color: #BCA121; }
span { border-color: rgb(188,161,33); }
td.TdClassName
{
border-color: #BCA121;
}
.TagClassName
{
border-color: #BCA121;
}
</style>