Shades of Buddha Gold #BC951E
Tints of Buddha Gold #BC951E
RGB
CMYK
RGB Variations
Color information
#BC951E (or 0xBC951E) is known color: Buddha Gold. HEX triplet: BC, 95 and 1E. RGB value is (188,149,30). Sum of RGB (Red+Green+Blue) = 188+149+30=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC951E is #436AE1. Grayscale: #939393. Windows color (decimal): -4418274 or 2004412. OLE color: 2004412.
HSL color Cylindrical-coordinate representation of color #BC951E: hue angle of 45.19º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC951E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 30 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.26 |
| HSL | 45.19º | 0.72% | 0.43% | - |
| HSV(B) | 45.19º | 0.84% | 0.74% | - |
| XYZ | 31.72 | 32.28 | 5.79 | - |
| YUV | 147.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 30 | 0 | 0.21 | 0.84 | 0.26 | 45.19 | 0.72 | 0.43 |
| Hex | BC | 95 | 1E | 0 | 15 | 54 | 1A | 2D | 48 | 2B |
| Octal | 274 | 225 | 36 | 0 | 25 | 124 | 32 | 55 | 110 | 53 |
| Binary | 10111100 | 10010101 | 11110 | 0 | 10101 | 1010100 | 11010 | 101101 | 1001000 | 101011 |
Color Harmonies of #BC951E
Complementary color
Monochromatic Colors of #BC951E
Black with #BC951E
Text Example
Text Example
White with #BC951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC951E; }
p { color: rgb(188,149,30); }
H1.HeaderClassName
{
color: #BC951E;
}
.AnyTagClassName
{
color: #BC951E;
}
</style>
background-color css
<style>
a { background-color: #BC951E; }
a { background-color: rgb(188,149,30); }
div.DivClassName
{
background-color: #BC951E;
}
.BgClassName
{
background-color: #BC951E;
}
</style>
border-color css
<style>
span { border-color: #BC951E; }
span { border-color: rgb(188,149,30); }
td.TdClassName
{
border-color: #BC951E;
}
.TagClassName
{
border-color: #BC951E;
}
</style>