Shades of Buddha Gold #BC951C
Tints of Buddha Gold #BC951C
RGB
CMYK
RGB Variations
Color information
#BC951C (or 0xBC951C) is known color: Buddha Gold. HEX triplet: BC, 95 and 1C. RGB value is (188,149,28). Sum of RGB (Red+Green+Blue) = 188+149+28=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC951C is #436AE3. Grayscale: #939393. Windows color (decimal): -4418276 or 1873340. OLE color: 1873340.
HSL color Cylindrical-coordinate representation of color #BC951C: hue angle of 45.38º 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 #BC951C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 28 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.26 |
| HSL | 45.38º | 0.74% | 0.42% | - |
| HSV(B) | 45.38º | 0.85% | 0.74% | - |
| XYZ | 31.7 | 32.27 | 5.66 | - |
| YUV | 146.87 | 60.92 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 28 | 0 | 0.21 | 0.85 | 0.26 | 45.38 | 0.74 | 0.42 |
| Hex | BC | 95 | 1C | 0 | 15 | 55 | 1A | 2D | 4A | 2A |
| Octal | 274 | 225 | 34 | 0 | 25 | 125 | 32 | 55 | 112 | 52 |
| Binary | 10111100 | 10010101 | 11100 | 0 | 10101 | 1010101 | 11010 | 101101 | 1001010 | 101010 |
Color Harmonies of #BC951C
Complementary color
Monochromatic Colors of #BC951C
Black with #BC951C
Text Example
Text Example
White with #BC951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC951C; }
p { color: rgb(188,149,28); }
H1.HeaderClassName
{
color: #BC951C;
}
.AnyTagClassName
{
color: #BC951C;
}
</style>
background-color css
<style>
a { background-color: #BC951C; }
a { background-color: rgb(188,149,28); }
div.DivClassName
{
background-color: #BC951C;
}
.BgClassName
{
background-color: #BC951C;
}
</style>
border-color css
<style>
span { border-color: #BC951C; }
span { border-color: rgb(188,149,28); }
td.TdClassName
{
border-color: #BC951C;
}
.TagClassName
{
border-color: #BC951C;
}
</style>