Shades of Buddha Gold #BC9811
Tints of Buddha Gold #BC9811
RGB
CMYK
RGB Variations
Color information
#BC9811 (or 0xBC9811) is known color: Buddha Gold. HEX triplet: BC, 98 and 11. RGB value is (188,152,17). Sum of RGB (Red+Green+Blue) = 188+152+17=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9811 is #4367EE. Grayscale: #939393. Windows color (decimal): -4417519 or 1153212. OLE color: 1153212.
HSL color Cylindrical-coordinate representation of color #BC9811: hue angle of 47.37º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC9811 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 17 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.26 |
| HSL | 47.37º | 0.83% | 0.4% | - |
| HSV(B) | 47.37º | 0.91% | 0.74% | - |
| XYZ | 32.07 | 33.19 | 5.25 | - |
| YUV | 147.37 | 54.43 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 17 | 0 | 0.19 | 0.91 | 0.26 | 47.37 | 0.83 | 0.4 |
| Hex | BC | 98 | 11 | 0 | 13 | 5B | 1A | 2F | 53 | 28 |
| Octal | 274 | 230 | 21 | 0 | 23 | 133 | 32 | 57 | 123 | 50 |
| Binary | 10111100 | 10011000 | 10001 | 0 | 10011 | 1011011 | 11010 | 101111 | 1010011 | 101000 |
Color Harmonies of #BC9811
Complementary color
Monochromatic Colors of #BC9811
Black with #BC9811
Text Example
Text Example
White with #BC9811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9811; }
p { color: rgb(188,152,17); }
H1.HeaderClassName
{
color: #BC9811;
}
.AnyTagClassName
{
color: #BC9811;
}
</style>
background-color css
<style>
a { background-color: #BC9811; }
a { background-color: rgb(188,152,17); }
div.DivClassName
{
background-color: #BC9811;
}
.BgClassName
{
background-color: #BC9811;
}
</style>
border-color css
<style>
span { border-color: #BC9811; }
span { border-color: rgb(188,152,17); }
td.TdClassName
{
border-color: #BC9811;
}
.TagClassName
{
border-color: #BC9811;
}
</style>