Shades of Buddha Gold #BC931D
Tints of Buddha Gold #BC931D
RGB
CMYK
RGB Variations
Color information
#BC931D (or 0xBC931D) is known color: Buddha Gold. HEX triplet: BC, 93 and 1D. RGB value is (188,147,29). Sum of RGB (Red+Green+Blue) = 188+147+29=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC931D is #436CE2. Grayscale: #929292. Windows color (decimal): -4418787 or 1938364. OLE color: 1938364.
HSL color Cylindrical-coordinate representation of color #BC931D: hue angle of 44.53º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC931D is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 29 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.26 |
| HSL | 44.53º | 0.73% | 0.43% | - |
| HSV(B) | 44.53º | 0.85% | 0.74% | - |
| XYZ | 31.39 | 31.65 | 5.62 | - |
| YUV | 145.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 29 | 0 | 0.22 | 0.85 | 0.26 | 44.53 | 0.73 | 0.43 |
| Hex | BC | 93 | 1D | 0 | 16 | 55 | 1A | 2D | 49 | 2B |
| Octal | 274 | 223 | 35 | 0 | 26 | 125 | 32 | 55 | 111 | 53 |
| Binary | 10111100 | 10010011 | 11101 | 0 | 10110 | 1010101 | 11010 | 101101 | 1001001 | 101011 |
Color Harmonies of #BC931D
Complementary color
Monochromatic Colors of #BC931D
Black with #BC931D
Text Example
Text Example
White with #BC931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC931D; }
p { color: rgb(188,147,29); }
H1.HeaderClassName
{
color: #BC931D;
}
.AnyTagClassName
{
color: #BC931D;
}
</style>
background-color css
<style>
a { background-color: #BC931D; }
a { background-color: rgb(188,147,29); }
div.DivClassName
{
background-color: #BC931D;
}
.BgClassName
{
background-color: #BC931D;
}
</style>
border-color css
<style>
span { border-color: #BC931D; }
span { border-color: rgb(188,147,29); }
td.TdClassName
{
border-color: #BC931D;
}
.TagClassName
{
border-color: #BC931D;
}
</style>