Shades of Buddha Gold #BC9913
Tints of Buddha Gold #BC9913
RGB
CMYK
RGB Variations
Color information
#BC9913 (or 0xBC9913) is known color: Buddha Gold. HEX triplet: BC, 99 and 13. RGB value is (188,153,19). Sum of RGB (Red+Green+Blue) = 188+153+19=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9913 is #4366EC. Grayscale: #949494. Windows color (decimal): -4417261 or 1284540. OLE color: 1284540.
HSL color Cylindrical-coordinate representation of color #BC9913: hue angle of 47.57º 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 #BC9913 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 19 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.26 |
| HSL | 47.57º | 0.82% | 0.41% | - |
| HSV(B) | 47.57º | 0.9% | 0.74% | - |
| XYZ | 32.25 | 33.52 | 5.39 | - |
| YUV | 148.19 | 55.1 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 19 | 0 | 0.19 | 0.90 | 0.26 | 47.57 | 0.82 | 0.41 |
| Hex | BC | 99 | 13 | 0 | 13 | 5A | 1A | 30 | 52 | 29 |
| Octal | 274 | 231 | 23 | 0 | 23 | 132 | 32 | 60 | 122 | 51 |
| Binary | 10111100 | 10011001 | 10011 | 0 | 10011 | 1011010 | 11010 | 110000 | 1010010 | 101001 |
Color Harmonies of #BC9913
Complementary color
Monochromatic Colors of #BC9913
Black with #BC9913
Text Example
Text Example
White with #BC9913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9913; }
p { color: rgb(188,153,19); }
H1.HeaderClassName
{
color: #BC9913;
}
.AnyTagClassName
{
color: #BC9913;
}
</style>
background-color css
<style>
a { background-color: #BC9913; }
a { background-color: rgb(188,153,19); }
div.DivClassName
{
background-color: #BC9913;
}
.BgClassName
{
background-color: #BC9913;
}
</style>
border-color css
<style>
span { border-color: #BC9913; }
span { border-color: rgb(188,153,19); }
td.TdClassName
{
border-color: #BC9913;
}
.TagClassName
{
border-color: #BC9913;
}
</style>