Shades of Buddha Gold #BC950E
Tints of Buddha Gold #BC950E
RGB
CMYK
RGB Variations
Color information
#BC950E (or 0xBC950E) is known color: Buddha Gold. HEX triplet: BC, 95 and 0E. RGB value is (188,149,14). Sum of RGB (Red+Green+Blue) = 188+149+14=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC950E is #436AF1. Grayscale: #919191. Windows color (decimal): -4418290 or 955836. OLE color: 955836.
HSL color Cylindrical-coordinate representation of color #BC950E: hue angle of 46.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC950E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 14 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.26 |
| HSL | 46.55º | 0.86% | 0.4% | - |
| HSV(B) | 46.55º | 0.93% | 0.74% | - |
| XYZ | 31.57 | 32.22 | 4.97 | - |
| YUV | 145.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 14 | 0 | 0.21 | 0.93 | 0.26 | 46.55 | 0.86 | 0.4 |
| Hex | BC | 95 | E | 0 | 15 | 5D | 1A | 2F | 56 | 28 |
| Octal | 274 | 225 | 16 | 0 | 25 | 135 | 32 | 57 | 126 | 50 |
| Binary | 10111100 | 10010101 | 1110 | 0 | 10101 | 1011101 | 11010 | 101111 | 1010110 | 101000 |
Color Harmonies of #BC950E
Complementary color
Monochromatic Colors of #BC950E
Black with #BC950E
Text Example
Text Example
White with #BC950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC950E; }
p { color: rgb(188,149,14); }
H1.HeaderClassName
{
color: #BC950E;
}
.AnyTagClassName
{
color: #BC950E;
}
</style>
background-color css
<style>
a { background-color: #BC950E; }
a { background-color: rgb(188,149,14); }
div.DivClassName
{
background-color: #BC950E;
}
.BgClassName
{
background-color: #BC950E;
}
</style>
border-color css
<style>
span { border-color: #BC950E; }
span { border-color: rgb(188,149,14); }
td.TdClassName
{
border-color: #BC950E;
}
.TagClassName
{
border-color: #BC950E;
}
</style>