Shades of Buddha Gold #BC980F
Tints of Buddha Gold #BC980F
RGB
CMYK
RGB Variations
Color information
#BC980F (or 0xBC980F) is known color: Buddha Gold. HEX triplet: BC, 98 and 0F. RGB value is (188,152,15). Sum of RGB (Red+Green+Blue) = 188+152+15=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC980F is #4367F0. Grayscale: #939393. Windows color (decimal): -4417521 or 1022140. OLE color: 1022140.
HSL color Cylindrical-coordinate representation of color #BC980F: hue angle of 47.51º 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 #BC980F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 15 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.26 |
| HSL | 47.51º | 0.85% | 0.4% | - |
| HSV(B) | 47.51º | 0.92% | 0.74% | - |
| XYZ | 32.05 | 33.18 | 5.17 | - |
| YUV | 147.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 15 | 0 | 0.19 | 0.92 | 0.26 | 47.51 | 0.85 | 0.4 |
| Hex | BC | 98 | F | 0 | 13 | 5C | 1A | 30 | 55 | 28 |
| Octal | 274 | 230 | 17 | 0 | 23 | 134 | 32 | 60 | 125 | 50 |
| Binary | 10111100 | 10011000 | 1111 | 0 | 10011 | 1011100 | 11010 | 110000 | 1010101 | 101000 |
Color Harmonies of #BC980F
Complementary color
Monochromatic Colors of #BC980F
Black with #BC980F
Text Example
Text Example
White with #BC980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC980F; }
p { color: rgb(188,152,15); }
H1.HeaderClassName
{
color: #BC980F;
}
.AnyTagClassName
{
color: #BC980F;
}
</style>
background-color css
<style>
a { background-color: #BC980F; }
a { background-color: rgb(188,152,15); }
div.DivClassName
{
background-color: #BC980F;
}
.BgClassName
{
background-color: #BC980F;
}
</style>
border-color css
<style>
span { border-color: #BC980F; }
span { border-color: rgb(188,152,15); }
td.TdClassName
{
border-color: #BC980F;
}
.TagClassName
{
border-color: #BC980F;
}
</style>