Shades of Buddha Gold #BC970D
Tints of Buddha Gold #BC970D
RGB
CMYK
RGB Variations
Color information
#BC970D (or 0xBC970D) is known color: Buddha Gold. HEX triplet: BC, 97 and 0D. RGB value is (188,151,13). Sum of RGB (Red+Green+Blue) = 188+151+13=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC970D is #4368F2. Grayscale: #929292. Windows color (decimal): -4417779 or 890812. OLE color: 890812.
HSL color Cylindrical-coordinate representation of color #BC970D: hue angle of 47.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC970D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.26 |
| HSL | 47.31º | 0.87% | 0.39% | - |
| HSV(B) | 47.31º | 0.93% | 0.74% | - |
| XYZ | 31.88 | 32.85 | 5.04 | - |
| YUV | 146.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 13 | 0 | 0.20 | 0.93 | 0.26 | 47.31 | 0.87 | 0.39 |
| Hex | BC | 97 | D | 0 | 14 | 5D | 1A | 2F | 57 | 27 |
| Octal | 274 | 227 | 15 | 0 | 24 | 135 | 32 | 57 | 127 | 47 |
| Binary | 10111100 | 10010111 | 1101 | 0 | 10100 | 1011101 | 11010 | 101111 | 1010111 | 100111 |
Color Harmonies of #BC970D
Complementary color
Monochromatic Colors of #BC970D
Black with #BC970D
Text Example
Text Example
White with #BC970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC970D; }
p { color: rgb(188,151,13); }
H1.HeaderClassName
{
color: #BC970D;
}
.AnyTagClassName
{
color: #BC970D;
}
</style>
background-color css
<style>
a { background-color: #BC970D; }
a { background-color: rgb(188,151,13); }
div.DivClassName
{
background-color: #BC970D;
}
.BgClassName
{
background-color: #BC970D;
}
</style>
border-color css
<style>
span { border-color: #BC970D; }
span { border-color: rgb(188,151,13); }
td.TdClassName
{
border-color: #BC970D;
}
.TagClassName
{
border-color: #BC970D;
}
</style>