Shades of Buddha Gold #BC9D01
Tints of Buddha Gold #BC9D01
RGB
CMYK
RGB Variations
Color information
#BC9D01 (or 0xBC9D01) is known color: Buddha Gold. HEX triplet: BC, 9D and 01. RGB value is (188,157,1). Sum of RGB (Red+Green+Blue) = 188+157+1=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9D01 is #4362FE. Grayscale: #959595. Windows color (decimal): -4416255 or 105916. OLE color: 105916.
HSL color Cylindrical-coordinate representation of color #BC9D01: hue angle of 50.05º 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 #BC9D01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.26 |
| HSL | 50.05º | 0.99% | 0.37% | - |
| HSV(B) | 50.05º | 0.99% | 0.74% | - |
| XYZ | 32.8 | 34.81 | 5.02 | - |
| YUV | 148.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 1 | 0 | 0.16 | 0.99 | 0.26 | 50.05 | 0.99 | 0.37 |
| Hex | BC | 9D | 1 | 0 | 10 | 63 | 1A | 32 | 63 | 25 |
| Octal | 274 | 235 | 1 | 0 | 20 | 143 | 32 | 62 | 143 | 45 |
| Binary | 10111100 | 10011101 | 1 | 0 | 10000 | 1100011 | 11010 | 110010 | 1100011 | 100101 |
Color Harmonies of #BC9D01
Complementary color
Monochromatic Colors of #BC9D01
Black with #BC9D01
Text Example
Text Example
White with #BC9D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D01; }
p { color: rgb(188,157,1); }
H1.HeaderClassName
{
color: #BC9D01;
}
.AnyTagClassName
{
color: #BC9D01;
}
</style>
background-color css
<style>
a { background-color: #BC9D01; }
a { background-color: rgb(188,157,1); }
div.DivClassName
{
background-color: #BC9D01;
}
.BgClassName
{
background-color: #BC9D01;
}
</style>
border-color css
<style>
span { border-color: #BC9D01; }
span { border-color: rgb(188,157,1); }
td.TdClassName
{
border-color: #BC9D01;
}
.TagClassName
{
border-color: #BC9D01;
}
</style>