Shades of Buddha Gold #BC931C
Tints of Buddha Gold #BC931C
RGB
CMYK
RGB Variations
Color information
#BC931C (or 0xBC931C) is known color: Buddha Gold. HEX triplet: BC, 93 and 1C. RGB value is (188,147,28). Sum of RGB (Red+Green+Blue) = 188+147+28=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC931C is #436CE3. Grayscale: #929292. Windows color (decimal): -4418788 or 1872828. OLE color: 1872828.
HSL color Cylindrical-coordinate representation of color #BC931C: hue angle of 44.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC931C is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 28 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.26 |
| HSL | 44.63º | 0.74% | 0.42% | - |
| HSV(B) | 44.63º | 0.85% | 0.74% | - |
| XYZ | 31.38 | 31.64 | 5.55 | - |
| YUV | 145.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 28 | 0 | 0.22 | 0.85 | 0.26 | 44.63 | 0.74 | 0.42 |
| Hex | BC | 93 | 1C | 0 | 16 | 55 | 1A | 2D | 4A | 2A |
| Octal | 274 | 223 | 34 | 0 | 26 | 125 | 32 | 55 | 112 | 52 |
| Binary | 10111100 | 10010011 | 11100 | 0 | 10110 | 1010101 | 11010 | 101101 | 1001010 | 101010 |
Color Harmonies of #BC931C
Complementary color
Monochromatic Colors of #BC931C
Black with #BC931C
Text Example
Text Example
White with #BC931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC931C; }
p { color: rgb(188,147,28); }
H1.HeaderClassName
{
color: #BC931C;
}
.AnyTagClassName
{
color: #BC931C;
}
</style>
background-color css
<style>
a { background-color: #BC931C; }
a { background-color: rgb(188,147,28); }
div.DivClassName
{
background-color: #BC931C;
}
.BgClassName
{
background-color: #BC931C;
}
</style>
border-color css
<style>
span { border-color: #BC931C; }
span { border-color: rgb(188,147,28); }
td.TdClassName
{
border-color: #BC931C;
}
.TagClassName
{
border-color: #BC931C;
}
</style>