Shades of Buddha Gold #BC9F03
Tints of Buddha Gold #BC9F03
RGB
CMYK
RGB Variations
Color information
#BC9F03 (or 0xBC9F03) is known color: Buddha Gold. HEX triplet: BC, 9F and 03. RGB value is (188,159,3). Sum of RGB (Red+Green+Blue) = 188+159+3=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9F03 is #4360FC. Grayscale: #969696. Windows color (decimal): -4415741 or 237500. OLE color: 237500.
HSL color Cylindrical-coordinate representation of color #BC9F03: hue angle of 50.59º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC9F03 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.26 |
| HSL | 50.59º | 0.97% | 0.37% | - |
| HSV(B) | 50.59º | 0.98% | 0.74% | - |
| XYZ | 33.15 | 35.49 | 5.19 | - |
| YUV | 149.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 3 | 0 | 0.15 | 0.98 | 0.26 | 50.59 | 0.97 | 0.37 |
| Hex | BC | 9F | 3 | 0 | F | 62 | 1A | 33 | 61 | 25 |
| Octal | 274 | 237 | 3 | 0 | 17 | 142 | 32 | 63 | 141 | 45 |
| Binary | 10111100 | 10011111 | 11 | 0 | 1111 | 1100010 | 11010 | 110011 | 1100001 | 100101 |
Color Harmonies of #BC9F03
Complementary color
Monochromatic Colors of #BC9F03
Black with #BC9F03
Text Example
Text Example
White with #BC9F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F03; }
p { color: rgb(188,159,3); }
H1.HeaderClassName
{
color: #BC9F03;
}
.AnyTagClassName
{
color: #BC9F03;
}
</style>
background-color css
<style>
a { background-color: #BC9F03; }
a { background-color: rgb(188,159,3); }
div.DivClassName
{
background-color: #BC9F03;
}
.BgClassName
{
background-color: #BC9F03;
}
</style>
border-color css
<style>
span { border-color: #BC9F03; }
span { border-color: rgb(188,159,3); }
td.TdClassName
{
border-color: #BC9F03;
}
.TagClassName
{
border-color: #BC9F03;
}
</style>