Shades of Buddha Gold #BC970F
Tints of Buddha Gold #BC970F
RGB
CMYK
RGB Variations
Color information
#BC970F (or 0xBC970F) is known color: Buddha Gold. HEX triplet: BC, 97 and 0F. RGB value is (188,151,15). Sum of RGB (Red+Green+Blue) = 188+151+15=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC970F is #4368F0. Grayscale: #939393. Windows color (decimal): -4417777 or 1021884. OLE color: 1021884.
HSL color Cylindrical-coordinate representation of color #BC970F: hue angle of 47.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC970F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.26 |
| HSL | 47.17º | 0.85% | 0.4% | - |
| HSV(B) | 47.17º | 0.92% | 0.74% | - |
| XYZ | 31.89 | 32.86 | 5.11 | - |
| YUV | 146.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 15 | 0 | 0.20 | 0.92 | 0.26 | 47.17 | 0.85 | 0.4 |
| Hex | BC | 97 | F | 0 | 14 | 5C | 1A | 2F | 55 | 28 |
| Octal | 274 | 227 | 17 | 0 | 24 | 134 | 32 | 57 | 125 | 50 |
| Binary | 10111100 | 10010111 | 1111 | 0 | 10100 | 1011100 | 11010 | 101111 | 1010101 | 101000 |
Color Harmonies of #BC970F
Complementary color
Monochromatic Colors of #BC970F
Black with #BC970F
Text Example
Text Example
White with #BC970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC970F; }
p { color: rgb(188,151,15); }
H1.HeaderClassName
{
color: #BC970F;
}
.AnyTagClassName
{
color: #BC970F;
}
</style>
background-color css
<style>
a { background-color: #BC970F; }
a { background-color: rgb(188,151,15); }
div.DivClassName
{
background-color: #BC970F;
}
.BgClassName
{
background-color: #BC970F;
}
</style>
border-color css
<style>
span { border-color: #BC970F; }
span { border-color: rgb(188,151,15); }
td.TdClassName
{
border-color: #BC970F;
}
.TagClassName
{
border-color: #BC970F;
}
</style>