Shades of Buddha Gold #BC9A20
Tints of Buddha Gold #BC9A20
RGB
CMYK
RGB Variations
Color information
#BC9A20 (or 0xBC9A20) is known color: Buddha Gold. HEX triplet: BC, 9A and 20. RGB value is (188,154,32). Sum of RGB (Red+Green+Blue) = 188+154+32=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A20 is #4365DF. Grayscale: #969696. Windows color (decimal): -4416992 or 2136764. OLE color: 2136764.
HSL color Cylindrical-coordinate representation of color #BC9A20: hue angle of 46.92º 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 #BC9A20 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 32 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.26 |
| HSL | 46.92º | 0.71% | 0.43% | - |
| HSV(B) | 46.92º | 0.83% | 0.74% | - |
| XYZ | 32.56 | 33.91 | 6.2 | - |
| YUV | 150.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 32 | 0 | 0.18 | 0.83 | 0.26 | 46.92 | 0.71 | 0.43 |
| Hex | BC | 9A | 20 | 0 | 12 | 53 | 1A | 2F | 47 | 2B |
| Octal | 274 | 232 | 40 | 0 | 22 | 123 | 32 | 57 | 107 | 53 |
| Binary | 10111100 | 10011010 | 100000 | 0 | 10010 | 1010011 | 11010 | 101111 | 1000111 | 101011 |
Color Harmonies of #BC9A20
Complementary color
Monochromatic Colors of #BC9A20
Black with #BC9A20
Text Example
Text Example
White with #BC9A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A20; }
p { color: rgb(188,154,32); }
H1.HeaderClassName
{
color: #BC9A20;
}
.AnyTagClassName
{
color: #BC9A20;
}
</style>
background-color css
<style>
a { background-color: #BC9A20; }
a { background-color: rgb(188,154,32); }
div.DivClassName
{
background-color: #BC9A20;
}
.BgClassName
{
background-color: #BC9A20;
}
</style>
border-color css
<style>
span { border-color: #BC9A20; }
span { border-color: rgb(188,154,32); }
td.TdClassName
{
border-color: #BC9A20;
}
.TagClassName
{
border-color: #BC9A20;
}
</style>