Shades of Buddha Gold #BC9813
Tints of Buddha Gold #BC9813
RGB
CMYK
RGB Variations
Color information
#BC9813 (or 0xBC9813) is known color: Buddha Gold. HEX triplet: BC, 98 and 13. RGB value is (188,152,19). Sum of RGB (Red+Green+Blue) = 188+152+19=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9813 is #4367EC. Grayscale: #949494. Windows color (decimal): -4417517 or 1284284. OLE color: 1284284.
HSL color Cylindrical-coordinate representation of color #BC9813: hue angle of 47.22º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9813 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 19 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.26 |
| HSL | 47.22º | 0.82% | 0.41% | - |
| HSV(B) | 47.22º | 0.9% | 0.74% | - |
| XYZ | 32.08 | 33.19 | 5.33 | - |
| YUV | 147.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 19 | 0 | 0.19 | 0.90 | 0.26 | 47.22 | 0.82 | 0.41 |
| Hex | BC | 98 | 13 | 0 | 13 | 5A | 1A | 2F | 52 | 29 |
| Octal | 274 | 230 | 23 | 0 | 23 | 132 | 32 | 57 | 122 | 51 |
| Binary | 10111100 | 10011000 | 10011 | 0 | 10011 | 1011010 | 11010 | 101111 | 1010010 | 101001 |
Color Harmonies of #BC9813
Complementary color
Monochromatic Colors of #BC9813
Black with #BC9813
Text Example
Text Example
White with #BC9813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9813; }
p { color: rgb(188,152,19); }
H1.HeaderClassName
{
color: #BC9813;
}
.AnyTagClassName
{
color: #BC9813;
}
</style>
background-color css
<style>
a { background-color: #BC9813; }
a { background-color: rgb(188,152,19); }
div.DivClassName
{
background-color: #BC9813;
}
.BgClassName
{
background-color: #BC9813;
}
</style>
border-color css
<style>
span { border-color: #BC9813; }
span { border-color: rgb(188,152,19); }
td.TdClassName
{
border-color: #BC9813;
}
.TagClassName
{
border-color: #BC9813;
}
</style>