Shades of Buddha Gold #BC941C
Tints of Buddha Gold #BC941C
RGB
CMYK
RGB Variations
Color information
#BC941C (or 0xBC941C) is known color: Buddha Gold. HEX triplet: BC, 94 and 1C. RGB value is (188,148,28). Sum of RGB (Red+Green+Blue) = 188+148+28=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC941C is #436BE3. Grayscale: #929292. Windows color (decimal): -4418532 or 1873084. OLE color: 1873084.
HSL color Cylindrical-coordinate representation of color #BC941C: hue angle of 45º 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 #BC941C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 28 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.26 |
| HSL | 45º | 0.74% | 0.42% | - |
| HSV(B) | 45º | 0.85% | 0.74% | - |
| XYZ | 31.54 | 31.96 | 5.6 | - |
| YUV | 146.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 28 | 0 | 0.21 | 0.85 | 0.26 | 45 | 0.74 | 0.42 |
| Hex | BC | 94 | 1C | 0 | 15 | 55 | 1A | 2D | 4A | 2A |
| Octal | 274 | 224 | 34 | 0 | 25 | 125 | 32 | 55 | 112 | 52 |
| Binary | 10111100 | 10010100 | 11100 | 0 | 10101 | 1010101 | 11010 | 101101 | 1001010 | 101010 |
Color Harmonies of #BC941C
Complementary color
Monochromatic Colors of #BC941C
Black with #BC941C
Text Example
Text Example
White with #BC941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC941C; }
p { color: rgb(188,148,28); }
H1.HeaderClassName
{
color: #BC941C;
}
.AnyTagClassName
{
color: #BC941C;
}
</style>
background-color css
<style>
a { background-color: #BC941C; }
a { background-color: rgb(188,148,28); }
div.DivClassName
{
background-color: #BC941C;
}
.BgClassName
{
background-color: #BC941C;
}
</style>
border-color css
<style>
span { border-color: #BC941C; }
span { border-color: rgb(188,148,28); }
td.TdClassName
{
border-color: #BC941C;
}
.TagClassName
{
border-color: #BC941C;
}
</style>