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