Shades of Buddha Gold #BC9E01
Tints of Buddha Gold #BC9E01
RGB
CMYK
RGB Variations
Color information
#BC9E01 (or 0xBC9E01) is known color: Buddha Gold. HEX triplet: BC, 9E and 01. RGB value is (188,158,1). Sum of RGB (Red+Green+Blue) = 188+158+1=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9E01 is #4361FE. Grayscale: #959595. Windows color (decimal): -4415999 or 106172. OLE color: 106172.
HSL color Cylindrical-coordinate representation of color #BC9E01: hue angle of 50.37º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC9E01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.26 |
| HSL | 50.37º | 0.99% | 0.37% | - |
| HSV(B) | 50.37º | 0.99% | 0.74% | - |
| XYZ | 32.97 | 35.15 | 5.08 | - |
| YUV | 149.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 1 | 0 | 0.16 | 0.99 | 0.26 | 50.37 | 0.99 | 0.37 |
| Hex | BC | 9E | 1 | 0 | 10 | 63 | 1A | 32 | 63 | 25 |
| Octal | 274 | 236 | 1 | 0 | 20 | 143 | 32 | 62 | 143 | 45 |
| Binary | 10111100 | 10011110 | 1 | 0 | 10000 | 1100011 | 11010 | 110010 | 1100011 | 100101 |
Color Harmonies of #BC9E01
Complementary color
Monochromatic Colors of #BC9E01
Black with #BC9E01
Text Example
Text Example
White with #BC9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E01; }
p { color: rgb(188,158,1); }
H1.HeaderClassName
{
color: #BC9E01;
}
.AnyTagClassName
{
color: #BC9E01;
}
</style>
background-color css
<style>
a { background-color: #BC9E01; }
a { background-color: rgb(188,158,1); }
div.DivClassName
{
background-color: #BC9E01;
}
.BgClassName
{
background-color: #BC9E01;
}
</style>
border-color css
<style>
span { border-color: #BC9E01; }
span { border-color: rgb(188,158,1); }
td.TdClassName
{
border-color: #BC9E01;
}
.TagClassName
{
border-color: #BC9E01;
}
</style>