Shades of Buddha Gold #BC9F15
Tints of Buddha Gold #BC9F15
RGB
CMYK
RGB Variations
Color information
#BC9F15 (or 0xBC9F15) is known color: Buddha Gold. HEX triplet: BC, 9F and 15. RGB value is (188,159,21). Sum of RGB (Red+Green+Blue) = 188+159+21=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9F15 is #4360EA. Grayscale: #989898. Windows color (decimal): -4415723 or 1417148. OLE color: 1417148.
HSL color Cylindrical-coordinate representation of color #BC9F15: hue angle of 49.58º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC9F15 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 21 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.26 |
| HSL | 49.58º | 0.8% | 0.41% | - |
| HSV(B) | 49.58º | 0.89% | 0.74% | - |
| XYZ | 33.27 | 35.54 | 5.82 | - |
| YUV | 151.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 21 | 0 | 0.15 | 0.89 | 0.26 | 49.58 | 0.8 | 0.41 |
| Hex | BC | 9F | 15 | 0 | F | 59 | 1A | 32 | 50 | 29 |
| Octal | 274 | 237 | 25 | 0 | 17 | 131 | 32 | 62 | 120 | 51 |
| Binary | 10111100 | 10011111 | 10101 | 0 | 1111 | 1011001 | 11010 | 110010 | 1010000 | 101001 |
Color Harmonies of #BC9F15
Complementary color
Monochromatic Colors of #BC9F15
Black with #BC9F15
Text Example
Text Example
White with #BC9F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F15; }
p { color: rgb(188,159,21); }
H1.HeaderClassName
{
color: #BC9F15;
}
.AnyTagClassName
{
color: #BC9F15;
}
</style>
background-color css
<style>
a { background-color: #BC9F15; }
a { background-color: rgb(188,159,21); }
div.DivClassName
{
background-color: #BC9F15;
}
.BgClassName
{
background-color: #BC9F15;
}
</style>
border-color css
<style>
span { border-color: #BC9F15; }
span { border-color: rgb(188,159,21); }
td.TdClassName
{
border-color: #BC9F15;
}
.TagClassName
{
border-color: #BC9F15;
}
</style>