Shades of Buddha Gold #BC9812
Tints of Buddha Gold #BC9812
RGB
CMYK
RGB Variations
Color information
#BC9812 (or 0xBC9812) is known color: Buddha Gold. HEX triplet: BC, 98 and 12. RGB value is (188,152,18). Sum of RGB (Red+Green+Blue) = 188+152+18=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9812 is #4367ED. Grayscale: #949494. Windows color (decimal): -4417518 or 1218748. OLE color: 1218748.
HSL color Cylindrical-coordinate representation of color #BC9812: hue angle of 47.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9812 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 18 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.26 |
| HSL | 47.29º | 0.83% | 0.4% | - |
| HSV(B) | 47.29º | 0.9% | 0.74% | - |
| XYZ | 32.08 | 33.19 | 5.29 | - |
| YUV | 147.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 18 | 0 | 0.19 | 0.90 | 0.26 | 47.29 | 0.83 | 0.4 |
| Hex | BC | 98 | 12 | 0 | 13 | 5A | 1A | 2F | 53 | 28 |
| Octal | 274 | 230 | 22 | 0 | 23 | 132 | 32 | 57 | 123 | 50 |
| Binary | 10111100 | 10011000 | 10010 | 0 | 10011 | 1011010 | 11010 | 101111 | 1010011 | 101000 |
Color Harmonies of #BC9812
Complementary color
Monochromatic Colors of #BC9812
Black with #BC9812
Text Example
Text Example
White with #BC9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9812; }
p { color: rgb(188,152,18); }
H1.HeaderClassName
{
color: #BC9812;
}
.AnyTagClassName
{
color: #BC9812;
}
</style>
background-color css
<style>
a { background-color: #BC9812; }
a { background-color: rgb(188,152,18); }
div.DivClassName
{
background-color: #BC9812;
}
.BgClassName
{
background-color: #BC9812;
}
</style>
border-color css
<style>
span { border-color: #BC9812; }
span { border-color: rgb(188,152,18); }
td.TdClassName
{
border-color: #BC9812;
}
.TagClassName
{
border-color: #BC9812;
}
</style>