Shades of Buddha Gold #BC9711
Tints of Buddha Gold #BC9711
RGB
CMYK
RGB Variations
Color information
#BC9711 (or 0xBC9711) is known color: Buddha Gold. HEX triplet: BC, 97 and 11. RGB value is (188,151,17). Sum of RGB (Red+Green+Blue) = 188+151+17=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9711 is #4368EE. Grayscale: #939393. Windows color (decimal): -4417775 or 1152956. OLE color: 1152956.
HSL color Cylindrical-coordinate representation of color #BC9711: hue angle of 47.02º 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 #BC9711 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.26 |
| HSL | 47.02º | 0.83% | 0.4% | - |
| HSV(B) | 47.02º | 0.91% | 0.74% | - |
| XYZ | 31.91 | 32.87 | 5.19 | - |
| YUV | 146.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 17 | 0 | 0.20 | 0.91 | 0.26 | 47.02 | 0.83 | 0.4 |
| Hex | BC | 97 | 11 | 0 | 14 | 5B | 1A | 2F | 53 | 28 |
| Octal | 274 | 227 | 21 | 0 | 24 | 133 | 32 | 57 | 123 | 50 |
| Binary | 10111100 | 10010111 | 10001 | 0 | 10100 | 1011011 | 11010 | 101111 | 1010011 | 101000 |
Color Harmonies of #BC9711
Complementary color
Monochromatic Colors of #BC9711
Black with #BC9711
Text Example
Text Example
White with #BC9711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9711; }
p { color: rgb(188,151,17); }
H1.HeaderClassName
{
color: #BC9711;
}
.AnyTagClassName
{
color: #BC9711;
}
</style>
background-color css
<style>
a { background-color: #BC9711; }
a { background-color: rgb(188,151,17); }
div.DivClassName
{
background-color: #BC9711;
}
.BgClassName
{
background-color: #BC9711;
}
</style>
border-color css
<style>
span { border-color: #BC9711; }
span { border-color: rgb(188,151,17); }
td.TdClassName
{
border-color: #BC9711;
}
.TagClassName
{
border-color: #BC9711;
}
</style>